comparison code_part1/OSTC_code_asm_part1/interface.asm @ 720:4452837aff37

Vault date and time during update
author heinrichsweikamp
date Sun, 26 May 2013 11:58:56 +0200
parents 91ae251d379f
children c50296c3059e
comparison
equal deleted inserted replaced
719:ad5ab9910820 720:4452837aff37
221 DISPLAYTEXT .20 ; Done. 221 DISPLAYTEXT .20 ; Done.
222 222
223 WAITMS d'250' 223 WAITMS d'250'
224 bcf LED_blue 224 bcf LED_blue
225 bsf PIE1,RCIE ; Interrupt for RS232 225 bsf PIE1,RCIE ; Interrupt for RS232
226 goto surfloop ; back to surfacemode 226 goto surfloop_no_display_init ; back to surfacemode
227 227
228 send_internal_eeprom1: 228 send_internal_eeprom1:
229 movwf EEADRH ; Point to Bank "WREG" 229 movwf EEADRH ; Point to Bank "WREG"
230 bcf PIE1,RCIE ; No Interrupt for UART 230 bcf PIE1,RCIE ; No Interrupt for UART
231 bsf LED_blue 231 bsf LED_blue