Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 16:01510acaeb11
1.54 rc2
author | heinrichsweikamp |
---|---|
date | Sun, 28 Mar 2010 20:43:54 +0200 |
parents | d8b426d71282 |
children | 73014f788032 |
comparison
equal
deleted
inserted
replaced
15:6d1177291d38 | 16:01510acaeb11 |
---|---|
104 call timeout_premenu_divemode ; No, so check for timeout premenu | 104 call timeout_premenu_divemode ; No, so check for timeout premenu |
105 btfsc menubit ; is the Dive mode menu displayed? | 105 btfsc menubit ; is the Dive mode menu displayed? |
106 call timeout_divemenu ; Yes, so check for timeout divemenu | 106 call timeout_divemenu ; Yes, so check for timeout divemenu |
107 call set_leds_divemode ; Sets warnings, if required. Also Sets buzzer | 107 call set_leds_divemode ; Sets warnings, if required. Also Sets buzzer |
108 btfsc enter_error_sleep ; Enter Fatal Error Routine? | 108 btfsc enter_error_sleep ; Enter Fatal Error Routine? |
109 goto fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!) | 109 call fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!) |
110 | 110 |
111 btfsc stopwatch_active ; =1: Show Average Depth instead of Temperature | 111 btfsc stopwatch_active ; =1: Show Average Depth instead of Temperature |
112 call PLED_stopwatch_show ; Show stopwatch only in Average mode | 112 call PLED_stopwatch_show ; Show stopwatch only in Average mode |
113 | 113 |
114 bcf onesecupdate ; one seconds update done | 114 bcf onesecupdate ; one seconds update done |