The message "Emulation trace started" will appear on the status line.
Now, modify the command input byte to "A" with the following
command.
modify memory Cmd_Input
bytes to 41h <RETURN>
The status line now shows "Emulation trace complete".
Displaying the Trace
The trace listings which follow are of program execution on the 7700
Series emulator. To display the trace, enter:
display trace <RETURN>
Line 0 (labeled "after") in the trace list above shows the state which
triggered the analyzer. The trigger state is always on line 0. To list the
next lines of the trace, press the <PGDN> or <NEXT> key.
Trace List Offset=0
Label: Address Data Opcode or Status time count
Base: symbols hex mnemonic w/symbols relative
after cmd_rds.a7:Cmd_A A9FF INSTRUCTION--opcode unavailable ------------
+001 :c00002E A211 A211H opcode fetch mx 6.00 uS
+002 :c00002F A211 LDX #C100H 2.0 uS
+003 :c000030 C100 C100H opcode fetch 6.00 uS
+004 :c000032 0C80 0C80H opcode fetch 8.00 uS
+005 :c000032 0C80 BRA cmd_rds.a:Output 2.0 uS
+006 cmd_rds.a7:Cmd_B 11A9 11A9H opcode fetch 6.00 uS
+007 cmd_rds.a:Output 01A0 01A0H opcode fetch 8.00 uS
+008 cmd_rds.a:Output 01A0 LDY #0101H 2.0 uS
+009 :c000042 5401 5401H opcode fetch 6.00 uS
+010 :c000043 5401 MVN 00H,00H 2.0 uS
+011 :c000044 0000 0000H opcode fetch mx 6.00 uS
+012 :c000046 BD80 BD80H opcode fetch mx 8.00 uS
+013 :Msgs 4854 4854H data read mx 10.0 uS
+014 :Msg_Dest 5454 54xxH data write mx 8.00 uS
STATUS: M37700--Running user program Emulation trace complete______...R....
display trace
run trace step display modify break end ---ETC--
Getting Started 2-27
Содержание 64146A
Страница 2: ......
Страница 8: ...Notes ...
Страница 14: ...Notes 6 Contents ...
Страница 16: ...Figure 1 1 HP 64146 Emulator for MELPS 7700 Series 1 2 Introduction ...
Страница 60: ...Notes 3 4 In Circuit Emulation ...
Страница 92: ...Notes 5 10 Using the Emulator ...
Страница 100: ...Notes A 8 Using A Foreground Monitor ...