diff code_part1/OSTC_code_asm_part1/outputs.asm @ 756:a98365da41d3

BUGFIX: FTTS>9min in OSTC 2C hardware
author heinrichsweikamp
date Wed, 30 Oct 2013 14:46:26 +0100
parents 6e6b87566f59
children 3096294bb06e
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/outputs.asm	Tue Oct 22 10:16:54 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/outputs.asm	Wed Oct 30 14:46:26 2013 +0100
@@ -3629,7 +3629,9 @@
 	bsf         leftbind
 	output_16
 	bcf         leftbind
-	STRCAT_PRINT "'  "                  ; From "none" to "1'" we need 2 trailing spaces
+	STRCAT      "'  "                  ; From "none" to "1'" we need 2 trailing spaces
+    movff       WREG,letter+3          ; limit to four chars
+	STRCAT_PRINT ""
 	return
 
 DISP_show_@5_nodeco: