blob: a98d32f132bb56b3f0ec72b655a27b1814f0875e [file] [log] [blame]
//Initialization file for the application code
RESET
T
T
T
//eval PC = *(&(__isr_vector) + 1) ; // startup code loc to the Jump routine
eval PC = Reset_Handler;
T