CMOS 4-Bit Single Chip Microcomputer Development Tool Reference Manual

Format
ICE CONTROL SOFTWARE ICS62XX
VIII-32 EPSON S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
HS, HSR, HSW HISTORY SEARCH PC/MEMORY READ/MEMORY WRITE
#HS,<address>
#HSR,<address>
#HSW,<address>
Retrieves and indicates history information under the following conditions.
(1) HS: Indicates the history information of the PC address specified by <address>.
(2) HSR: Indicates the history information which read the memory specified by <address>.
(3) HSW: Indicates the history information which wrote the memory specified by <address>.
Function
#HS,0700
... Retrieves and indicates the history information of PC = 700
LOC PC IR OP OPR. A B X Y IDZC MEMORY OPERATION OTHER
1980 0700 FC1 PUSH B 0 0 0FE 0FF 1111 W0F0=0
2038 0700 FC1 PUSH B 5 1 0FE 0F0 1001 W0FE=1
:
:
#HSR,30
... Retrieves and indicates the history information which read address 30
LOC PC IR OP OPR. A B X Y IDZC MEMORY OPERATION OTHER
0820 0640 EC2 LD A,MX 0 0 030 0FF 1111 R030=0
0950 084F EC6 LD B,MY 0 F 030 0FF 1111 R030=F
:
:
#HSW,30
... Retrieves and indicates the history information which wrote address 30
LOC PC IR OP OPR. A B X Y IDZC MEMORY OPERATION OTHER
0838 0650 E60 LDPX MX,0 0 0 030 0FF 1111 W030=0
0950 084F E71 LDPY MY,1 0 0 0FF 030 1111 W030=1
:
:
#
Examples