setpicloadaddr

Indicates where a PIC executable is loaded.

Syntax
setpicloadaddr [symfile] <PIC load addr (hex) | reset>]
Examples

The following table lists and defines examples of the setpicloadaddr command.

Table 1. setpicloadaddr Command-line debugger command - Examples
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.