Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-24
disassemble command, da command
disassemble command, da command
Displays a range of memory as instructions. The da command is an alias for the
disassemble command.
To display the instructions that compose the current line, first use the info line
command to display the line’s address range and then use the disassemble command.
If you specify only one of start-address and end-address, Native Inspect
displays the entire function surrounding the given address.
If you specify no start or end address, Native Inspect disassembles the entire function
surrounding the current PC value.
Alias: disas
start-address
specifies the starting address of the range of instructions to display.
end-address
specifies the ending address of the range of instructions to display.
function-name
specifies a function to display.
{ da | disassemble } [ [start-address] [end-address] |
function-name ]