comparison code_part1/OSTC_code_asm_part1/start.asm @ 52:4f6d6f00e685

Gas Change for Simulator debugged
author heinrichsweikamp
date Mon, 02 Aug 2010 16:32:37 +0200
parents cd5b650920f6
children 2972a06b0785
comparison
equal deleted inserted replaced
51:ceeeb5e49348 52:4f6d6f00e685
119 incf EEADR,F ; set to 0x102 119 incf EEADR,F ; set to 0x102
120 movlw softwareversion_y 120 movlw softwareversion_y
121 movwf EEDATA 121 movwf EEDATA
122 call write_eeprom ; write version y 122 call write_eeprom ; write version y
123 clrf EEADRH ; Reset EEADRH 123 clrf EEADRH ; Reset EEADRH
124 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" 124 goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart"
125 goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart" 125 ; goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart"
126 126
127 restart: 127 restart:
128 bcf LED_red 128 bcf LED_red
129 bcf LED_blue ; all LEDs off 129 bcf LED_blue ; all LEDs off
130 GETCUSTOM8 d'48' ; time correction value 130 GETCUSTOM8 d'48' ; time correction value