blob: ceb69018bb1b2859f354e60e542ca41e34327735 [file] [log] [blame]
FUNC void Setup (void) {
SP = _RDWORD(0x08000000); // Setup Stack Pointer
PC = _RDWORD(0x08000004); // Setup Program Counter
_WDWORD(0xE000ED08, 0x08004000); // Setup Vector Table Offset Register
}
LOAD CSC105.axf INCREMENTAL // Download
Setup(); // Setup for Running
g, main