Totalview® for HPC User Guide : PART II Debugging Tools and Tasks : Chapter 9 Examining and Editing Data and Program Elements : Changing a Variable’s Data Type : Casting Using the Built-In Types : Viewing Instructions ($code Data Type)
Viewing Instructions ($code Data Type)
TotalView uses the $code data type to display the contents of a location as machine instructions. To look at disassembled code stored at a location, dive on the location and change the type to $code. To specify a block of locations, use $code[n], where n is the number of locations being displayed.
RELATED TOPICS 
 
Viewing assembler code