Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/start.asm @ 366:ca3d15e6240e 64kByte Logbook
small work in the logbook
author | Heinrichsweikamp |
---|---|
date | Thu, 09 Jun 2011 19:30:55 +0200 |
parents | 93a64a19728e |
children | 51baf8777b73 |
comparison
equal
deleted
inserted
replaced
365:6ea83f22b48b | 366:ca3d15e6240e |
---|---|
133 incf EEADR,F ; set to 0x102 | 133 incf EEADR,F ; set to 0x102 |
134 movlw softwareversion_y | 134 movlw softwareversion_y |
135 movwf EEDATA | 135 movwf EEDATA |
136 call write_eeprom ; write version y | 136 call write_eeprom ; write version y |
137 clrf EEADRH ; Reset EEADRH | 137 clrf EEADRH ; Reset EEADRH |
138 goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" | 138 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" |
139 | 139 |
140 restart: | 140 restart: |
141 bcf LED_red | 141 bcf LED_red |
142 bcf LED_blue ; all LEDs off | 142 bcf LED_blue ; all LEDs off |
143 GETCUSTOM8 d'48' ; time correction value | 143 GETCUSTOM8 d'48' ; time correction value |