comparison code_part1/OSTC_code_asm_part1/start.asm @ 3:3cf8af30b36e

v1.51 beta
author heinrichsweikamp
date Thu, 04 Feb 2010 14:56:12 +0100
parents 96a35aeda5f2
children 588a969a0cae
comparison
equal deleted inserted replaced
2:d11ef8dc4b2c 3:3cf8af30b36e
118 movlw softwareversion_y 118 movlw softwareversion_y
119 movwf EEDATA 119 movwf EEDATA
120 call write_eeprom ; write version y 120 call write_eeprom ; write version y
121 clrf EEADRH ; Reset EEADRH 121 clrf EEADRH ; Reset EEADRH
122 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" 122 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart"
123 ; goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart" 123 goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart"
124 124
125 restart: 125 restart:
126 call clear_LEDr 126 call clear_LEDr
127 call clear_LEDnofly ; all LEDs off 127 call clear_LEDnofly ; all LEDs off
128 call PLED_boot ; PLED boot (Incl. Clear Screen!) 128 call PLED_boot ; PLED boot (Incl. Clear Screen!)