Wf, wfd, Write program/data file – Epson S1C62 Family User Manual
Page 186

Format
ICE CONTROL SOFTWARE ICS62XX
VIII-72
EPSON
S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
Function
WF, WFD
WRITE PROGRAM/DATA FILE
#WF,
<file name>
#WFD,
<file name>
Saves the contents of the emulation memories to files.
(1) WF:
The contents of the emulation program memory are saved to the file specified in
<file name>.
(2) WFD: The contents of the emulation data memory (data RAM) are saved to the file
specified in <file name>.
#WF,C6200A0
...
Program memory is saved to C6200A0H.HEX and
C6200A0L.HEX files.
#WFD,WORK
...
Data memory is saved to WORKD.HEX file.
#WF,ABCDEFGH
* COMMAND ERROR *
...
An error occurs if the file name exceeds seven characters.
#
Examples
(1) Notes (3), (4), (5) and (6) of page VIII-70 are applicable to these commands.
(2) I/O memory, segment memory and unused area in data memory cannot be saved.
Notes