di -- languardian specific

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 0xFE011448, type the following command:

di fe011448

This returns the memory location followed by the instruction at the location. For example, the above command might return:

FE011448: movel A7, @#000016F8

Back


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