comparison code_part1/OSTC_code_asm_part1/menu_gassetup.asm @ 644:420e62cd88ad

point to correct diluent location
author heinrichsweikamp
date Wed, 03 Oct 2012 13:12:02 +0200
parents 2cecac640202
children 6e456a6398e0
comparison
equal deleted inserted replaced
643:3b50c9949b84 644:420e62cd88ad
161 movf decodata+0,W ; read current value 161 movf decodata+0,W ; read current value
162 addlw d'28' ; offset in memory 162 addlw d'28' ; offset in memory
163 movwf EEADR 163 movwf EEADR
164 call read_eeprom ; Low-value 164 call read_eeprom ; Low-value
165 movff EEDATA,lo 165 movff EEDATA,lo
166
166 output_8 167 output_8
167 PUTC TXT_METER_C 168 PUTC TXT_METER_C
168 movf decodata+0,W 169 movf decodata+0,W
169 call PLED_grey_inactive_gas ; Sets Greyvalue for inactive gases 170 call PLED_grey_inactive_gas ; Sets Greyvalue for inactive gases
170 call word_processor 171 call word_processor