changeset 106:966ebf905514

bugfix in output16_3_call
author heinrichsweikamp
date Sun, 19 Dec 2010 20:54:08 +0100
parents 64109f6fb3d1
children a2b9eca1f396
files code_part1/OSTC_code_asm_part1/divemode.asm code_part1/OSTC_code_asm_part1/pled_outputs.asm code_part1/OSTC_code_asm_part1/valconv.asm
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Sun Dec 19 14:27:30 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Sun Dec 19 20:54:08 2010 +0100
@@ -62,7 +62,7 @@
 
 ; Tasks only for Gauge mode
 diveloop_loop1a:
-	btfss	premenu						; Is the divemode menu active?
+	btfss	premenu							; Is the divemode menu active?
 	call	PLED_divemins					; display (new) divetime!
 	call	timeout_divemode				; dive finished? This routine sets the required flags
 
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Dec 19 14:27:30 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Dec 19 20:54:08 2010 +0100
@@ -2194,7 +2194,6 @@
 	WIN_LEFT	.120
 	WIN_FONT	FT_MEDIUM
 	call	PLED_standard_color
-
 	call	word_processor
 	WIN_FONT	FT_SMALL
 	return
--- a/code_part1/OSTC_code_asm_part1/valconv.asm	Sun Dec 19 14:27:30 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/valconv.asm	Sun Dec 19 20:54:08 2010 +0100
@@ -107,6 +107,7 @@
 output16_3_call:
 	clrf	ignore_digits
 	incf	ignore_digits,F
+	bsf		show_last3	
 	clrf	WREG
 	bra     output16