diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm	Sat Apr 30 10:40:18 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm	Sat Apr 30 13:07:37 2011 +0200
@@ -983,6 +983,7 @@
 	return									; No (0)
 
 profile_view_get_depth_new3:
+    ; read optional Tp° here, if any, and decrement timeout_counter2 by two...
 	movf		timeout_counter2,W			; number of additional bytes to ignore (0-127)
 	call		incf_eeprom_address0		; increases bytes in eeprom_address:2 with 0x8000 bank switching
 	return