Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/start.asm @ 776:5760f2b689c5
minor
author | heinrichsweikamp |
---|---|
date | Tue, 15 Apr 2014 12:20:15 +0200 |
parents | b064dd9c9899 |
children | 87d9d5bfc49b |
comparison
equal
deleted
inserted
replaced
775:f32b9ad6244c | 776:5760f2b689c5 |
---|---|
260 bra restart1 ; New CF, show warning and store new number | 260 bra restart1 ; New CF, show warning and store new number |
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_bank2 | 266 ; call reset_all_cf |
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 |