diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 23:70215309143d

1.61beta test
author heinrichsweikamp
date Tue, 04 May 2010 19:23:21 +0200
parents 73014f788032
children 571a79f1d06a
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Wed Apr 21 17:37:30 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue May 04 19:23:21 2010 +0200
@@ -3192,37 +3192,36 @@
 ;	return
 ;
 
-;PLED_gaschange_DEBUG:
-;	movlw	.008
-;	call	PLED_SetColumn
-;	movlw	.016
-;	call	PLED_SetRow
-;	lfsr	FSR2,letter
-;	movff	char_I_deco_He_ratio,lo
-;	output_8
-;	call	word_processor
-;
-;	movlw	.024
-;	call	PLED_SetRow
-;	lfsr	FSR2,letter
-;	movff	char_I_deco_N2_ratio,lo
-;	output_8
-;	call	word_processor
-;
-;	movlw	.032
-;	call	PLED_SetRow
-;	lfsr	FSR2,letter
-;	movff	char_I_deco_gas_change,lo
-;	output_8
-;	call	word_processor
-;
-;	movlw	.040
-;	call	PLED_SetRow
-;	lfsr	FSR2,letter
-;	movff	hi,lo
-;	output_8
-;	call	word_processor
-;	return
+PLED_gaschange_DEBUG:
+	WIN_LEFT	.0
+	WIN_TOP		.164
+	lfsr	FSR2,letter
+	movff	char_I_deco_He_ratio,lo
+	output_8
+	call	word_processor
+
+	WIN_LEFT	.60
+	WIN_TOP		.164
+	call	PLED_SetRow
+	lfsr	FSR2,letter
+	movff	char_I_deco_N2_ratio,lo
+	output_8
+	call	word_processor
+
+	WIN_LEFT	.120
+	WIN_TOP		.164
+	lfsr	FSR2,letter
+	movff	char_I_deco_gas_change,lo
+	output_8
+	call	word_processor
+
+	WIN_LEFT	.140
+	WIN_TOP		.164
+	lfsr	FSR2,letter
+	movff	hi,lo
+	output_8
+	call	word_processor
+	return
 
 
 PLED_MultiGF_deco_mask: