Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 414:dd4a1aa96232
Fixing issue #53
author | heinrichsweikamp |
---|---|
date | Sat, 16 Jul 2011 13:25:23 +0200 |
parents | ab962c4b19d6 |
children | d022c62a1df5 |
comparison
equal
deleted
inserted
replaced
413:46c1818ab589 | 414:dd4a1aa96232 |
---|---|
135 movf divenumber,W | 135 movf divenumber,W |
136 btfsc STATUS,Z ; Was there at least one dive? | 136 btfsc STATUS,Z ; Was there at least one dive? |
137 bra menu_logbook3b ; No, Nothing to do | 137 bra menu_logbook3b ; No, Nothing to do |
138 | 138 |
139 bsf all_dives_shown ; Yes | 139 bsf all_dives_shown ; Yes |
140 bsf logbook_page_not_empty | |
141 bra menu_logbook_display_loop2 ; rcall of get_free_eeprom_location not required here (faster) | 140 bra menu_logbook_display_loop2 ; rcall of get_free_eeprom_location not required here (faster) |
142 | 141 |
143 | 142 |
144 menu_logbook4: | 143 menu_logbook4: |
145 ; Adjust eeprom_address to set pointer on first headerbyte | 144 ; Adjust eeprom_address to set pointer on first headerbyte |