comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 682:8aaacf6eee3f

right allignment
author heinrichsweikamp
date Fri, 25 Jan 2013 18:39:10 +0100
parents 6e456a6398e0
children 91ae251d379f
comparison
equal deleted inserted replaced
681:6e456a6398e0 682:8aaacf6eee3f
276 ; Compute gas consumption for each tank. 276 ; Compute gas consumption for each tank.
277 call deco_gas_volumes 277 call deco_gas_volumes
278 movlb 1 278 movlb 1
279 279
280 ; Clear the complete stop result column: 280 ; Clear the complete stop result column:
281 WIN_BOX_BLACK .0, .239, .85, .160 ;top, bottom, left, right 281 WIN_BOX_BLACK .0, .239, .85, .159 ;top, bottom, left, right
282 282
283 movlw d'10' 283 movlw d'10'
284 movwf waitms_temp ; Row for gas list is .10+.25 284 movwf waitms_temp ; Row for gas list is .10+.25
285 clrf wait_temp ; Gas counter 285 clrf wait_temp ; Gas counter
286 lfsr FSR0,int_O_gas_volumes ; Initialize indexed addressing. 286 lfsr FSR0,int_O_gas_volumes ; Initialize indexed addressing.