diff code_part1/OSTC_code_asm_part1/simulator.asm @ 55:a63d63a8612e

Another Gas Change debug
author heinrichsweikamp
date Tue, 03 Aug 2010 14:46:52 +0200
parents c97c5514b165
children 0338aac9a267 152fbe7f121d
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm	Mon Aug 02 16:35:13 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/simulator.asm	Tue Aug 03 14:46:52 2010 +0200
@@ -259,37 +259,37 @@
 	call	PLED_simulator_data
 
 ; Debugger
-	call	enable_rs232	
-	movff	char_I_deco_He_ratio5,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_N2_ratio5,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_He_ratio4,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_N2_ratio4,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_He_ratio3,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_N2_ratio3,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_He_ratio2,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_N2_ratio2,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_He_ratio,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_N2_ratio,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_gas_change5,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_gas_change4,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_gas_change3,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_gas_change2,TXREG
-	call	rs232_wait_tx				; wait for UART
-	movff	char_I_deco_gas_change,TXREG
-	call	rs232_wait_tx				; wait for UART
+;	call	enable_rs232	
+;	movff	char_I_deco_He_ratio5,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_N2_ratio5,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_He_ratio4,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_N2_ratio4,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_He_ratio3,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_N2_ratio3,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_He_ratio2,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_N2_ratio2,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_He_ratio,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_N2_ratio,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_gas_change5,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_gas_change4,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_gas_change3,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_gas_change2,TXREG
+;	call	rs232_wait_tx				; wait for UART
+;	movff	char_I_deco_gas_change,TXREG
+;	call	rs232_wait_tx				; wait for UART
 ;
 
 	btg		LED_red