HP 64782 User Manual page 226

For the graphical user interface
Hide thumbs Also See for 64782:
Table of Contents

Advertisement

Using the Emulation Analyzer
To trigger after a sequence of states
Examples
In the demo program, suppose you wish to trigger on the following sequence
of events: the "save_points" function, the "interrupt_sim" function, and finally
the "do_sort" function. Also, suppose you wish to store only opcode fetches of
the assembly language LINK A6,#0 instruction (data values that equal
4E56H) to show function entry addresses.
To set up the sequencing trace specification, enter the following trace
command.
trace find_sequence save_points then
interrupt_sim trigger about do_sort only data
4e56h
set source off
Notice the states that contain "sq adv" in the first column (you may have to
press <PREV> in order to see the states captured prior to the trigger).
These are the states associated with (or captured for) each sequence term.
Just as the trigger state is always stored in trace memory, the states captured
in the sequence are always stored if the trace buffer is deep enough.
225

Advertisement

Table of Contents
loading

Table of Contents