comparison 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
comparison
equal deleted inserted replaced
67:73b9719a40ec 68:d0b677e1e9a5
156 simulator_show_decoplan: 156 simulator_show_decoplan:
157 call PLED_ClearScreen 157 call PLED_ClearScreen
158 call PLED_simdata_screen 158 call PLED_simdata_screen
159 call divemenu_see_decoplan 159 call divemenu_see_decoplan
160 160
161 call enable_rs232 161 ;call enable_rs232
162 lfsr FSR0,0x250 162 ; lfsr FSR0,0x250
163 movlw 0x20 163 ; movlw 0x20
164 movwf wait_temp 164 ; movwf wait_temp
165 xy: ; Clear Deco list 165 ;xy: ; Clear Deco list
166 movff POSTINC0,TXREG 166 ; movff POSTINC0,TXREG
167 call rs232_wait_tx 167 ; call rs232_wait_tx
168 decfsz wait_temp,F 168 ; decfsz wait_temp,F
169 bra xy 169 ; bra xy
170 movff char_O_array_decodepth+0,TXREG 170 ; movff char_O_array_decodepth+0,TXREG
171 171 ;
172 172
173 173
174 WIN_INVERT .1 ; Init new Wordprocessor 174 WIN_INVERT .1 ; Init new Wordprocessor
175 DISPLAYTEXT .188 ; Sim. Results: 175 DISPLAYTEXT .188 ; Sim. Results:
176 WIN_INVERT .0 ; Init new Wordprocessor 176 WIN_INVERT .0 ; Init new Wordprocessor