comparison code_part1/OSTC_code_asm_part1/customview.asm @ 778:43ef5a003df7

NEW: Show End-of-Dive time together with clock during deco
author heinrichsweikamp
date Wed, 07 May 2014 14:58:03 +0200
parents ae830d5e63ef
children b0c96aaa86e4
comparison
equal deleted inserted replaced
777:b92ee354baae 778:43ef5a003df7
123 goto DISP_stopwatch_show_gauge ; Update figures + Description 123 goto DISP_stopwatch_show_gauge ; Update figures + Description
124 124
125 customview_1sec_marker: ; Do nothing extra 125 customview_1sec_marker: ; Do nothing extra
126 customview_1sec_show_change_gf: ; Do nothing extra 126 customview_1sec_show_change_gf: ; Do nothing extra
127 bsf menu3_active ; Set Flag 127 bsf menu3_active ; Set Flag
128 customview_1sec_clock: ; Do nothing extra
129 customview_1sec_lead_tiss: ; Do nothing extra 128 customview_1sec_lead_tiss: ; Do nothing extra
130 return 129 return
130
131 customview_1sec_clock:
132 goto DISP_diveclock3 ; Update end of divetime only
131 133
132 customview_1sec_graphs: ; Do nothing extra 134 customview_1sec_graphs: ; Do nothing extra
133 decfsz apnoe_mins ; 10 sec passed ? 135 decfsz apnoe_mins ; 10 sec passed ?
134 return ; No: skip. 136 return ; No: skip.
135 movlw .10 ; Yes: reset counter. 137 movlw .10 ; Yes: reset counter.