Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 302:36cc8f0c1d73
Minor corrections in assert conditions.
author | JeanDo |
---|---|
date | Sat, 30 Apr 2011 13:07:37 +0200 |
parents | ceedf078b2d8 |
children | 6bdf80d7276c |
comparison
equal
deleted
inserted
replaced
301:a5fd8777a598 | 302:36cc8f0c1d73 |
---|---|
981 tstfsz timeout_counter2 ; Any bytes to ignore | 981 tstfsz timeout_counter2 ; Any bytes to ignore |
982 bra profile_view_get_depth_new3 ; Yes (1-127) | 982 bra profile_view_get_depth_new3 ; Yes (1-127) |
983 return ; No (0) | 983 return ; No (0) |
984 | 984 |
985 profile_view_get_depth_new3: | 985 profile_view_get_depth_new3: |
986 ; read optional Tp° here, if any, and decrement timeout_counter2 by two... | |
986 movf timeout_counter2,W ; number of additional bytes to ignore (0-127) | 987 movf timeout_counter2,W ; number of additional bytes to ignore (0-127) |
987 call incf_eeprom_address0 ; increases bytes in eeprom_address:2 with 0x8000 bank switching | 988 call incf_eeprom_address0 ; increases bytes in eeprom_address:2 with 0x8000 bank switching |
988 return | 989 return |
989 | 990 |
990 profile_view_get_depth_new2: | 991 profile_view_get_depth_new2: |