comparison code_part1/OSTC_code_asm_part1/menu_gassetup.asm @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents 6e57b5bb98ce
children 7f5419d4157d
comparison
equal deleted inserted replaced
531:d0f719aa5166 532:f5a06b9e2fef
158 WIN_LEFT .105 158 WIN_LEFT .105
159 movf waitms_temp,W ; Load row into WREG 159 movf waitms_temp,W ; Load row into WREG
160 movff WREG,win_top 160 movff WREG,win_top
161 lfsr FSR2,letter 161 lfsr FSR2,letter
162 162
163 STRCAT TXT_IN4 163 STRCAT TXT_AT4
164 movf decodata+0,W ; read current value 164 movf decodata+0,W ; read current value
165 addlw d'28' ; offset in memory 165 addlw d'28' ; offset in memory
166 movwf EEADR 166 movwf EEADR
167 call read_eeprom ; Low-value 167 call read_eeprom ; Low-value
168 movff EEDATA,lo 168 movff EEDATA,lo
1005 STRCAT TXT_ERR4 1005 STRCAT TXT_ERR4
1006 output_8 1006 output_8
1007 bra gassetup_title_bar7 1007 bra gassetup_title_bar7
1008 1008
1009 gassetup_title_bar7: 1009 gassetup_title_bar7:
1010 STRCAT TXT_IN4 1010 STRCAT TXT_AT4
1011 movf decodata+0,W ; read current value 1011 movf decodata+0,W ; read current value
1012 addlw d'28' ; offset in memory 1012 addlw d'28' ; offset in memory
1013 movwf EEADR 1013 movwf EEADR
1014 call read_eeprom ; Low-value 1014 call read_eeprom ; Low-value
1015 movff EEDATA,lo 1015 movff EEDATA,lo