Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 739:96d32c0cf206
BUGFIX: Clear end-of-dive countdown properly when descending again
author | heinrichsweikamp |
---|---|
date | Mon, 08 Jul 2013 19:32:32 +0200 |
parents | 65822fa08333 |
children | 6e6b87566f59 |
comparison
equal
deleted
inserted
replaced
738:794de4db1675 | 739:96d32c0cf206 |
---|---|
688 DISP_divemode_timeout_clear: | 688 DISP_divemode_timeout_clear: |
689 btfsc dekostop_active ; Is a deco stop displayed? | 689 btfsc dekostop_active ; Is a deco stop displayed? |
690 call DISP_display_deko_mask ; Yes, redraw mask | 690 call DISP_display_deko_mask ; Yes, redraw mask |
691 | 691 |
692 WIN_TOP .54 | 692 WIN_TOP .54 |
693 WIN_LEFT .112 | 693 WIN_LEFT .110 |
694 movlw d'6' | 694 movlw d'6' |
695 movwf temp1 | 695 movwf temp1 |
696 bcf timeout_display ; Clear flag | 696 bcf timeout_display ; Clear flag |
697 bra DISP_display_clear_common_y1 | 697 bra DISP_display_clear_common_y1 |
698 | 698 |