di

Disassembles the instruction at a memory location.
Syntax
di <start> [<end>]
Parameters
<start>
Specifies the address of the start of memory block to be disassembled.
<end>
Specifies the address of the end of memory block to be disassembled. If the end value is less than the start value, di will disassemble the memory from the starting location, for <end> units. If no end location is specified, di will disassemble only the instruction at the memory location specified by <start>.
Example
To disassemble the instruction at memory location 0x100, type the following command:

di 100

Notes
The behaviour of the disassembly command is hardware specific, see the appropriate section.

Back


Valid HTML 4.01 Comments or Questions? send email to : languard (at) pix (dot) net
Last Updated: $Date: 2003/01/30 04:52:50 $