Stepping Through
the Program
The step command allows you to step through program execution an
instruction or a number of instructions at a time. Also, you can step
from the current program counter or from a specific address. To step
through the example program from the address of the software
breakpoint set earlier, enter the following command.
step <RETURN>, <RETURN>, <RETURN>, ...
You will see the inverse-video moves according to the step execution.
You can continue to step through the program just by pressing the
<RETURN> key.
Registers
Next_PC 00F129
PC F129 PG 00 DT 00 SP 068D PS 0084 ....i..
A FFF8 B 0000 X 0000 Y 0400 DPR 068E
Step_PC 00F129 LDM #0001H,DT:058EH
Next_PC 00F12E
PC F12E PG 00 DT 00 SP 068D PS 0084 ....i..
A FFF8 B 0000 X 0000 Y 0400 DPR 068E
Step_PC 00F12E LDM #0000H,DT:0590H
Next_PC 00F133
PC F133 PG 00 DT 00 SP 068D PS 0084 ....i..
A FFF8 B 0000 X 0000 Y 0400 DPR 068E
STATUS: M37750/51--Stepping complete__________________________________...R....
step
run trace step display modify break end ---ETC--
You can step program execution by source lines, enter:
step source <RETURN>
Source line stepping is implemented by single stepping assembly
instructions until the next PC is outside of the address range of the
current source line. When source line stepping is attempted on
assembly code, stepping will complete when a source line is found. To
terminate stepping type <Ctrl>-C.
2-26 Getting Started
Содержание 64147A
Страница 2: ......
Страница 8: ...Notes ...
Страница 14: ...Notes 6 Contents ...
Страница 16: ...Figure 1 1 HP 64147 Emulator for MELPS 7750 51 Series 1 2 Introduction ...
Страница 84: ...Notes 4 24 Configuring the Emulator ...
Страница 92: ...Notes A 8 Using A Foreground Monitor ...
Страница 104: ...enable disable by emulator configuration 4 17 window systems 2 32 write to ROM break 4 17 10 Index ...
Страница 105: ...Notes Index 11 ...