comparison code_part1/OSTC_code_asm_part1/start.asm @ 733:b064dd9c9899

2.70 release, 2.71 beta start
author heinrichsweikamp
date Wed, 19 Jun 2013 11:21:09 +0200
parents ae641bcb0d02
children 5760f2b689c5
comparison
equal deleted inserted replaced
732:920afa50bb0b 733:b064dd9c9899
261 bra restart2 ; No new CF, continue with boot 261 bra restart2 ; No new CF, continue with boot
262 262
263 restart1: 263 restart1:
264 ; Reset all CF and Gases 264 ; Reset all CF and Gases
265 call reset_gases 265 call reset_gases
266 ; call reset_all_cf 266 ; call reset_all_cf_bank2
267 ; Show info screen 267 ; Show info screen
268 call DISPLAY_boot ; DISP boot (Incl. Clear Screen!) 268 call DISPLAY_boot ; DISP boot (Incl. Clear Screen!)
269 rcall display_new_cf_installed; Show info screen 269 rcall display_new_cf_installed; Show info screen
270 ; Save new number of current CF count 270 ; Save new number of current CF count
271 movlw max_custom_number ; Defined in definitions.asm 271 movlw max_custom_number ; Defined in definitions.asm