changeset 149:55a763d514ed

Changed CF11->BSat, CF12->BDes, and CF29->Last
author heinrichsweikamp
date Sun, 09 Jan 2011 17:25:51 +0100
parents 055977afc2f9
children fc699a7460e6
files code_part1/OSTC_code_asm_part1/pled_outputs.asm
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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