diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 27:29341afd2060

NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded NEW: CF43: Depth [mBar] for color-code display NEW: CF44: CNS [%] for color-code display NEW: CF45: GF [%] for color-code display NEW: CF46: ppO2 [cBar] for color-code display NEW: CF47: Velocity [m/min] for color-code display
author heinrichsweikamp
date Sat, 15 May 2010 17:58:55 +0200
parents 99512945c7a1
children c6cab044a338
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm	Sat May 15 10:03:04 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm	Sat May 15 17:58:55 2010 +0200
@@ -281,7 +281,7 @@
 	movff	EEDATA,hi
 	bcf		hi,7					; clear Bit 7 of value
 	output_16
-	movlw	'('
+	movlw	','
 	movwf	POSTINC2
 
 	movlw	'1'
@@ -294,11 +294,8 @@
 	movlw	'5'
 	btfsc	EEDATA,7				; 15Bit?
 	movwf	POSTINC2
-
 	movlw	'B'
 	movwf	POSTINC2
-	movlw	')'
-	movwf	POSTINC2
 	movlw	' '
 	movwf	POSTINC2
 	movlw	' '