Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 670:92e1690ecc84
2.57beta release
author | heinrichsweikamp |
---|---|
date | Tue, 04 Dec 2012 16:41:38 +0100 |
parents | 3282581fe178 |
children | 0211d9b9f0ca |
comparison
equal
deleted
inserted
replaced
669:069f708a6a09 | 670:92e1690ecc84 |
---|---|
362 | 362 |
363 reset_all_cf: | 363 reset_all_cf: |
364 movlw d'1' | 364 movlw d'1' |
365 movwf EEDATA | 365 movwf EEDATA |
366 write_int_eeprom d'33' ; reset start gas | 366 write_int_eeprom d'33' ; reset start gas |
367 clrf EEDATA | 367 movlw d'4' ; Default is L16-GF OC |
368 write_int_eeprom d'34' ; reset deco model to ZH-L16 | 368 movwf EEDATA |
369 write_int_eeprom d'34' ; reset deco model | |
369 clrf EEDATA | 370 clrf EEDATA |
370 write_int_eeprom d'35' ; unused in Mk.2 | 371 write_int_eeprom d'35' ; unused in Mk.2 |
371 | 372 |
372 clrf EEDATA | 373 clrf EEDATA |
373 write_int_eeprom d'39' ; Disable Debugbode | 374 write_int_eeprom d'39' ; Disable Debugbode |