English
Language : 

GMS30004 Datasheet, PDF (95/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
T (Trace)
[Function]
To execute the program in the specified program memory address in a single
step.
[Format]
T_[=<address>] [_<step>]ã
[Explanation]
With this, the system executes the program in the specified program memory
address by a single step.
This command shall be valid until `.` key is pressed. That is, every time `ã` key
is pressed after executing this command, the command is executed by one step.
The No. of steps set here is in hexadecimal.
[e.g]
>T =F00 2ã
COUNT = 0000
LPBI
0D
0F00
1B
PC=0F PA=01 PB=0D A=0 X=0 Y=0 ST=1 PMR=0 WD=0001 MC=0
COUNT = 0001
0F01
87
BR
07
PC=0D PA=07 PB=0D A=0 X=0 Y=0 ST=1 PMR=0 WD=0002 MC=2
.ã
>
5 - 41