Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 68:d0b677e1e9a5
new decoplan (GF mode) debuged
author | heinrichsweikamp |
---|---|
date | Wed, 13 Oct 2010 13:02:20 +0200 |
parents | e8756eba54ee |
children | df2d3b28947f |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Tue Oct 12 21:18:47 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Wed Oct 13 13:02:20 2010 +0200 @@ -158,17 +158,17 @@ call PLED_simdata_screen call divemenu_see_decoplan -call enable_rs232 - lfsr FSR0,0x250 - movlw 0x20 - movwf wait_temp -xy: ; Clear Deco list - movff POSTINC0,TXREG - call rs232_wait_tx - decfsz wait_temp,F - bra xy - movff char_O_array_decodepth+0,TXREG - +;call enable_rs232 +; lfsr FSR0,0x250 +; movlw 0x20 +; movwf wait_temp +;xy: ; Clear Deco list +; movff POSTINC0,TXREG +; call rs232_wait_tx +; decfsz wait_temp,F +; bra xy +; movff char_O_array_decodepth+0,TXREG +; WIN_INVERT .1 ; Init new Wordprocessor