comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 270:fda90f19486a

Don't show gas 1 usage black on back (bb28 followup)
author JeanDo
date Tue, 12 Apr 2011 23:57:16 +0200
parents be06783f533b
children 5c17b2b4b9dd
comparison
equal deleted inserted replaced
269:be06783f533b 270:fda90f19486a
280 movwf waitms_temp ; Row for gas list is .10+.25 280 movwf waitms_temp ; Row for gas list is .10+.25
281 clrf wait_temp ; Gas counter 281 clrf wait_temp ; Gas counter
282 lfsr FSR0,int_O_gas_volumes ; Initialize indexed addressing. 282 lfsr FSR0,int_O_gas_volumes ; Initialize indexed addressing.
283 283
284 WIN_LEFT .90 ; Set column 284 WIN_LEFT .90 ; Set column
285 call PLED_standard_color
285 286
286 simulator_show_decoplan5_loop: 287 simulator_show_decoplan5_loop:
287 incf wait_temp,F ; Increment gas # 288 incf wait_temp,F ; Increment gas #
288 289
289 movlw .25 290 movlw .25