Chapter 7: Using the Emulation Analyzer
Modifying the Trace Display
To display instruction cycles only
• Use the disassemble_from_line_number <LINE #> instructions_only option to
the display trace command.
Only the lines that contain an instruction opcode are displayed in the trace.
Examples
To display the trace about line number 66 displaying only instruction cycles:
display trace disassemble_from_line_number 66
instructions_only <RETURN>
To return to displaying all cycles:
display trace disassemble_from_line_number 66
all_cycles <RETURN>
254