comparison code_part1/OSTC_code_asm_part1/start.asm @ 817:e49a35ab7394

auto-SP work, auto-SP data stored in EEADR 116-119
author heinrichsweikamp
date Sat, 06 Jun 2015 14:46:27 +0200
parents 2a0e5d884fc3
children 2750099bf5bb
comparison
equal deleted inserted replaced
816:df8cd5ffd993 817:e49a35ab7394
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 164
165 call reset_all_cf_bank2 ; Reset CF64-93 with this update.... 165 ; Reset Setpoint depths
166 clrf EEDATA
167 write_int_eeprom d'117'
168 write_int_eeprom d'118'
169 write_int_eeprom d'119'
170 ; SP Mode (Manual)
171 write_int_eeprom d'116'
172 ; call reset_all_cf_bank2 ; Reset CF64-93 with this update....
166 173
167 restart: 174 restart:
168 ; check for time/date vault 175 ; check for time/date vault
169 movlw .1 176 movlw .1
170 movwf EEADRH 177 movwf EEADRH