Epson S1C62 Family Computer Hardware User Manual


 
Format
ICE CONTROL SOFTWARE ICS62XX
VIII-70 EPSON S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
Function
RF, RFD READ PROGRAM/DATA FILE
#RF,<file name>
#RFD,<file name>
Loads files onto the emulation memories.
(1) RF: The hex file specified in <file name> is loaded in the emulation program memory.
(2) RFD: The hex file (data RAM) specified in <file name> is loaded in the data memory.
Examples
#RF,C6200A0 ... C6200A0H.HEX file and C6200A0L.HEX file are loaded
in the program memory
#RFD,WORK ... WORKD. HEX file is loaded in the data memory
#
(1) When the memory area is overreached (address 3FF in program memory; address 7E in
data memory for S1C6S3N7/6S3B7/6S3L7) or an FD file format error is detected, an error
message, *FILE DATA FORMAT ERROR*, is displayed and the instruction
terminates. The contents of the emulation program memory and data memory are not
secured.
(2) I/O memory, segment memory and unused area are not loaded into data memory.
(3) The files are in hexadecimal format. (For details, refer to appendix B.)
(4) The file format is created by the S1C62XXX cross assembler. (For details, refer to the Part
III, "Cross Assembler ASM62XX".)
(5) "ESC" key is invalid during instruction execution.
(6) When an input error (FD error, not drive error) is detected on the PC side, control is
returned to the operating system, and therefore, the ICS62XX is terminated.
(7) When an undefined instruction is detected, an error message is displayed and the
ICS62XX program terminates. (For details, refer to Chapter 4.)
Notes