|
 |
|
|
Displaying Machine Instructions
You can display the machine instructions for entire routines as follows:
- Dive into the address of an assembler instruction in the Source Pane (such as main+0x10 or 0x60). A Variable Window displays the instructions for the entire function and highlights the instruction into which you dived.
- Dive into the PC in the Stack Frame Pane. A Variable Window lists the instructions for the entire function containing the PC, and highlights the instruction to which the PC points.
Variable Window with Machine Instructions 
|
- Cast a variable to type <code> or array of <code>, as described in Changing Types to Display Machine Instructions. )
Casting Code
|
|
|
|
|
|