Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-25
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.
Note. COBOL programs are often lengthy. For this reason, using the disassemble command
with a COBOL program can result in a lengthy display of instructions. HP recommends
displaying the instructions for one line at a time, as described in the preceding paragraph.
{ da | disassemble } [ [start-address] [end-address] |
function-name ]
Note. You can use the x command to display a specified number of instructions starting at a
specified address.