Mercurial > public > hwos_code
comparison src/start.asm @ 224:5a4801918be9
temporally disable "Copy disable flags from digital input" routine
author | heinrichsweikamp |
---|---|
date | Thu, 29 Jan 2015 18:18:15 +0100 |
parents | effd7259f5a5 |
children | 23311219dacc |
comparison
equal
deleted
inserted
replaced
223:940155e9aefb | 224:5a4801918be9 |
---|---|
300 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea | 300 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea |
301 | 301 |
302 bcf FLAG_apnoe_mode | 302 bcf FLAG_apnoe_mode |
303 bcf FLAG_ccr_mode ; =1: CCR mode (Fixed ppO2 or Sensor) active | 303 bcf FLAG_ccr_mode ; =1: CCR mode (Fixed ppO2 or Sensor) active |
304 bcf FLAG_gauge_mode ; =1: In Gauge mode | 304 bcf FLAG_gauge_mode ; =1: In Gauge mode |
305 call disable_ir ; IR off | 305 call disable_ir_s8 ; IR off |
306 | 306 |
307 tstfsz lo | 307 tstfsz lo |
308 bra restart_set_modes_and_flags2 | 308 bra restart_set_modes_and_flags2 |
309 ; OC Mode | 309 ; OC Mode |
310 return | 310 return |