comparison code_part1/OSTC_code_asm_part1/start.asm @ 677:683e7d821678

Set CF17 (ppo2_warning_low) low level to 0.16bar
author heinrichsweikamp
date Sun, 30 Dec 2012 20:17:31 +0100
parents 8f8d39117ff7
children 6e456a6398e0
comparison
equal deleted inserted replaced
676:91da4d5be44a 677:683e7d821678
259 bra restart2 ; No new CF, continue with boot 259 bra restart2 ; No new CF, continue with boot
260 260
261 restart1: 261 restart1:
262 ; Reset all CF and Gases 262 ; Reset all CF and Gases
263 call reset_gases 263 call reset_gases
264 call reset_all_cf 264 ; call reset_all_cf
265 ; Show info screen 265 ; Show info screen
266 call PLED_boot ; PLED boot (Incl. Clear Screen!) 266 call PLED_boot ; PLED boot (Incl. Clear Screen!)
267 rcall display_new_cf_installed; Show info screen 267 rcall display_new_cf_installed; Show info screen
268 ; Save new number of current CF count 268 ; Save new number of current CF count
269 movlw max_custom_number ; Defined in definitions.asm 269 movlw max_custom_number ; Defined in definitions.asm