comparison code_part1/OSTC_code_asm_part1/start.asm @ 796:87d9d5bfc49b

2.95beta release
author heinrichsweikamp
date Tue, 30 Sep 2014 13:34:22 +0200
parents 5760f2b689c5
children c50296c3059e
comparison
equal deleted inserted replaced
795:d696a824682d 796:87d9d5bfc49b
159 movwf EEADRH ; DISPLAY brightness (=0: Eco, =1: High) 159 movwf EEADRH ; DISPLAY brightness (=0: Eco, =1: High)
160 movlw .0 160 movlw .0
161 movwf EEDATA 161 movwf EEDATA
162 call write_eeprom ; write byte 162 call write_eeprom ; write byte
163 clrf EEADRH ; Reset EEADRH 163 clrf EEADRH ; Reset EEADRH
164
165 call reset_all_cf_bank2 ; Reset CF64-93 with this update....
164 166
165 restart: 167 restart:
166 ; check for time/date vault 168 ; check for time/date vault
167 movlw .1 169 movlw .1
168 movwf EEADRH 170 movwf EEADRH