comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 232:59c479181724

Gas Usage: left aligned (bug BB25).
author JeanDo
date Wed, 16 Mar 2011 19:03:01 +0100
parents f9d42f8ff97b
children 3dbeacf42e9e
comparison
equal deleted inserted replaced
231:f9d42f8ff97b 232:59c479181724
307 simulator_show_decoplan5_2: 307 simulator_show_decoplan5_2:
308 call PLED_standard_color 308 call PLED_standard_color
309 STRCPY "= " 309 STRCPY "= "
310 310
311 simulator_show_decoplan5_3: 311 simulator_show_decoplan5_3:
312 bsf leftbind
312 output_16dp .4 ; 1 decimal. 313 output_16dp .4 ; 1 decimal.
314 bcf leftbind
313 call word_processor ; No unit: can be bars or litters. 315 call word_processor ; No unit: can be bars or litters.
314 316
315 ; Loop for all 5 gas 317 ; Loop for all 5 gas
316 simulator_show_decoplan5_1: 318 simulator_show_decoplan5_1:
317 movlw d'5' ; list all five gases 319 movlw d'5' ; list all five gases