diff code_part1/OSTC_code_asm_part1/menu_gassetup.asm @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents 6e57b5bb98ce
children 7f5419d4157d
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_gassetup.asm	Fri Dec 16 22:41:47 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/menu_gassetup.asm	Sat Dec 17 10:28:29 2011 +0100
@@ -160,7 +160,7 @@
 	movff	WREG,win_top
 	lfsr	FSR2,letter
 
-    STRCAT  TXT_IN4
+    STRCAT  TXT_AT4
 	movf	decodata+0,W		; read current value 
 	addlw	d'28'				; offset in memory
 	movwf	EEADR
@@ -1007,7 +1007,7 @@
 	bra 	gassetup_title_bar7
 
 gassetup_title_bar7:
-    STRCAT  TXT_IN4
+    STRCAT  TXT_AT4
 	movf	decodata+0,W		; read current value 
 	addlw	d'28'				; offset in memory
 	movwf	EEADR