![HP 64700 series User Manual Download Page 56](http://html.mh-extra.com/html/hp/64700-series/64700-series_user-manual_161481056.webp)
Then, the absolute file was loaded:
load cprg <RETURN>
The following trace command was entered, and the program was
run.
trace after main <RETURN>
run from transfer_address <RETURN>
Display Positioning
The trace display command displays 256 states, not all of which can
appear on the screen at the same time. However, you can
reposition the display on the screen with the keys described below.
Up/Down
The < uparrow> and < downarrow> (or roll up and roll down)
keys move the display up or down on the screen one line at a time.
unsigned short dest[0x7f];
unsigned short *dest_ptr;
main ()
{
/*****************************************/
/* This is a comment block */
/* to demonstrate the "number */
/* of source lines" trace */
/* display option. */
/*****************************************/
char *message;
for (;;)
{
message = "This message is to be written indefinitely. ";
dest_ptr = dest;
while (*message != ’\0’)
{
*dest_ptr = *message;
d+;
+;
}
}
}
Figure 3-1. Program Used for Example Displays
3-2 Displaying Traces
Summary of Contents for 64700 series
Page 2: ......
Page 19: ...Tables Table 9 1 Summary of Commands 9 4 Table 9 2 Command Assignments 9 5 Contents 11 ...
Page 20: ...1 Notes 12 Contents ...
Page 24: ...1 Notes 1 4 Introduction ...
Page 106: ...1 Notes 4 36 Performance Measurements ...
Page 118: ...Figure 5 8 True Demultiplexing 5 12 Using the External Analyzer ...
Page 128: ...1 Notes 6 6 Timing Introduction ...
Page 134: ...1 Notes 7 6 Timing Getting Started ...
Page 168: ...1 Notes 8 34 Timing Using the Analyzer ...
Page 201: ...1 find This command finds a trigger like event in trace memory Syntax Timing Commands 9 33 ...
Page 219: ...1 mark This command marks specified conditions in trace memory Syntax Timing Commands 9 51 ...
Page 254: ...1 trigger This command specifies trigger conditions Syntax 9 86 Timing Commands ...
Page 262: ...1 Notes 9 94 Timing Commands ...
Page 280: ...1 Notes B 16 Timing Diagrams and Outputs ...
Page 292: ...1 Notes C 12 Timing Messages ...