Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/divemode_menu.asm @ 30:943dc3336f48
1.62 in work...
author | heinrichsweikamp |
---|---|
date | Fri, 21 May 2010 21:29:13 +0200 |
parents | 73014f788032 |
children | e8756eba54ee |
comparison
equal
deleted
inserted
replaced
29:c6cab044a338 | 30:943dc3336f48 |
---|---|
736 bcf switch_left ; and debounce switches | 736 bcf switch_left ; and debounce switches |
737 bcf switch_right | 737 bcf switch_right |
738 return | 738 return |
739 | 739 |
740 timeout_divemenu3: | 740 timeout_divemenu3: |
741 call PLED_MultiGF_deco_mask | 741 ; call PLED_MultiGF_deco_mask |
742 | 742 |
743 movff char_O_deco_status,deco_status ; | 743 movff char_O_deco_status,deco_status ; |
744 tstfsz deco_status ; deco_status=0 if decompression calculation done | 744 tstfsz deco_status ; deco_status=0 if decompression calculation done |
745 bra timeout_divemenu1 ; No, skip updating the decoplan | 745 bra timeout_divemenu1 ; No, skip updating the decoplan |
746 | 746 |