Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 50:c97c5514b165
1.70..
author | heinrichsweikamp |
---|---|
date | Thu, 29 Jul 2010 13:23:08 +0200 |
parents | cd5b650920f6 |
children | a63d63a8612e |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Wed Jul 28 15:40:03 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Thu Jul 29 13:23:08 2010 +0200 @@ -260,26 +260,26 @@ ; 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_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