comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 228:6d4e29d80ff3

1.83beta release, 1.84beta start
author heinrichsweikamp
date Sat, 05 Mar 2011 10:09:32 +0100
parents 2a0a446fa6c0
children 85ea09d3b9d8
comparison
equal deleted inserted replaced
227:8dbcc26878d3 228:6d4e29d80ff3
2288 WIN_LEFT .100 2288 WIN_LEFT .100
2289 WIN_TOP .0 2289 WIN_TOP .0
2290 WIN_FONT FT_SMALL 2290 WIN_FONT FT_SMALL
2291 call PLED_standard_color 2291 call PLED_standard_color
2292 2292
2293 STRCPY "Sel" 2293 STRCPY "G6:"
2294 read_int_eeprom d'24' ; Get Gas6 %O2 2294 read_int_eeprom d'24' ; Get Gas6 %O2
2295 movff EEDATA,lo 2295 movff EEDATA,lo
2296 bcf leftbind 2296 bcf leftbind
2297 output_99 ; outputs into Postinc2! 2297 output_99 ; outputs into Postinc2!
2298 PUTC '/' 2298 PUTC '/'