Indicates where a PIC executable is loaded.
setpicloadaddr [symfile] <PIC load addr (hex) | reset>]
The following table lists and defines examples of the setpicloadaddr command.
| Command | Description |
|---|---|
| setpicloadaddr 0x40000 | Tells the debugger the main executable is loaded at 0x40000. |
| setpicloadaddr myapp.elf 0x40000 | Tells the debugger myapp.elf is loaded at 0x40000. |
| setpicloadaddr myapp.elf reset | Tells the debugger myapp.elf is loaded at the address set in the ELF. |