# HG changeset patch
# User heinrichsweikamp
# Date 1294590351 -3600
# Node ID 55a763d514ed6c8b7d9936d7041c8d7e3c300628
# Parent  055977afc2f9c01dfbe769bc1ab5814b9a758a2b
Changed CF11->BSat, CF12->BDes, and CF29->Last

diff -r 055977afc2f9 -r 55a763d514ed code_part1/OSTC_code_asm_part1/pled_outputs.asm
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Jan 09 16:04:02 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Jan 09 17:25:51 2011 +0100
@@ -650,7 +650,7 @@
 	WIN_FONT 	FT_SMALL
 	WIN_INVERT	.0					; Init new Wordprocessor
 	call	PLED_standard_color
-	STRCPY  "CF11:"
+	STRCPY  "BSat:"
 
 	GETCUSTOM8	d'11'
 	movwf	lo
@@ -659,7 +659,7 @@
 	STRCAT_PRINT  "%"
 
 	WIN_TOP		.50
-	STRCPY  "CF12:"
+	STRCPY  "BDes:"
 
 	GETCUSTOM8	d'12'
 	movwf	lo
@@ -669,7 +669,7 @@
 
 PLED_show_cf11_cf12_cf29_2:
 	WIN_TOP		.75
-    STRCPY  "CF29:"
+    STRCPY  "Last:"
 	GETCUSTOM8	d'29'
 	movwf	lo
 	bsf		leftbind