1FUNC void Setup (void) {
2SP = _RDWORD(0x8010100); // Setup Stack Pointer
3PC = _RDWORD(0x8010104); // Setup Program Counter
4_WDWORD(0xE000ED08, 0x8010100); // Setup VTOR
5}
6LOAD %L INCREMENTAL // load the application
7Setup(); // Setup for Running
8g, _main