Changing Types to Display Machine Instructions
Here is how you can display machine instructions in any Variable Window:
- Select the type string at the top of the Variable Window.
- Change the type string to be an array of <code> data types, where n indicates the number of instructions to be displayed. For example:
<code>[
n]
TotalView displays the contents of the current variable, register, or area of memory as machine-level instructions.
The Variable Window lists the following information about each machine instruction:
Address
The machine address of the instruction.
Value
The hexadecimal value stored in the location.
Disassembly
The instruction and operands stored in the location.
Offset+Label
The symbolic address of the location as a hexadecimal offset from a routine name.
You can also edit the value listed in the Value field for each machine instruction.