beautypg.com

Hs, hsr, hsw – Epson S1C62 Family User Manual

Page 146

background image

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,

#HSR,

#HSW,

Retrieves and indicates history information under the following conditions.

(1) HS:

Indicates the history information of the PC address specified by

.

(2) HSR: Indicates the history information which read the memory specified by

.

(3) HSW: Indicates the history information which wrote the memory specified by

.

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