blob: 34ec3f83d1bb3e930050e7f205fc99cc170a609e [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
MAP 0xE0000, 0x118000 Read // map ROM
MAP 0x118000, 0x120000 Read WRITE // map RAM
eval PC = Reset_Handler;
//T