User`s guide

Table Of Contents
User Commands 4–37
User Commands
dis
dis
The dis command displays memory as CPU instructions.
Format
dis [start_address [end_address]]
Parameters
start_address
Specifies the address at which to start disassembling instructions. If the start_address
is not specified, the address of the last load command, the last breakpoint, or the last
dis command is used.
end_address
Specifies the address at which to end disassembling instructions. The default is the
start_address plus 32 bytes (8 instructions).
Description
The dis command disassembles instructions starting with the specified address. You
can specify an address range of instructions to be disassembled. If no parameters are
specified, then the command starts with the current address and disassembles the
next eight instructions. If a file is downloaded to memory, then the default starting
address for the dis command is the first memory location in the downloaded file. If a
breakpoint is encountered, then the default starting address is the breakpoint address.
The rmode command is used to select whether the hardware or software register
names are displayed when instructions are disassembled. The hardware register
names are shown by default. The rmode setting is stored in nonvolatile RAM.