ram_run_ln882h.ini 305 B

12345678910
  1. FUNC void Setup (void) {
  2. SP = _RDWORD(0x20000000); // Setup Stack Pointer
  3. PC = _RDWORD(0x20000004); // Setup Program Counter
  4. _WDWORD(0xE000ED08, 0x20000100); // Setup Vector Table Offset Register
  5. }
  6. load %L incremental
  7. Setup(); // Setup for Running