
S1C6F567 TECHNICAL MANUAL
EPSON
193
APPENDIX: PROM PROGRAMMING
30 DUMP command (for data PROM)
Operation:
DC [ _ address 1 [ _ address 2 ] ] [_/C]
Option:
address 1 ...... Dump start address
Can be specified within the range of 0000H to 07E0H in 20H units.
address 2 ...... Dump end address
Can be specified within the range of 001FH to 07FFH in 20H units.
/C .................. Displays in HEX file (C3xxxyyy.CSA) format
Description:
Displays the data PROM contents in the buffer RAM with the specified format.
When address 1 and address 2 have been specified, data from address 1 to address 2 is
displayed. When address 1 only has been specified, data for the screen size from address 1
is displayed. When both address 1 and address 2 have been omitted, data for the screen size
is displayed from the address that follows the previously displayed end address (default
address is 00000H).
When /C has been omitted, PROM image data is displayed in 4-bit units. When /C has
been specified, data is displayed in the C3xxxyyy.CSA HEX file image.
Examples:
DC_100_1FF
.......
Displays data from address 100 to address 1FF in PROM image.
00100
0 1 2 3 4 5 6 7 8 9 A B C D E F
00110
0 1 2 3 4 5 6 7 8 9 A B C D E F
:
001F0
0 1 2 3 4 5 6 7 8 9 A B C D E F
DC_0000_/C
.......
Displays data from address 0 in HEX file image.
00000
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00010
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
:
000F0
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
31 LOGGING command
Operation:
LOG _ file name
LOG _ /E
Option:
file name ...... File name to be logged for screen data, file extension included
/E .................. Terminates data logging.
Description:
Data that has been displayed on the screen are saved to a file with the specified file name.
The command is terminated by entering LOG_/E.
Examples:
LOG_c3567001.dat
.....
After this, data that will be displayed on the screen will be
saved in the C3567001.DAT file.
LOG_/E
............................... Logging is terminated, and data after this will not be saved.
32 MACRO execution command
Operation:
MAC _ file name
Option:
file name ...... Macro file name including file extension
Description:
Reads the specified macro file in which commands have been recorded and executes the
commands.
Example:
MAC_c3567.mac
.............. The macro file C3567.MAC is loaded and the commands
included in the file are executed.
LI_c3567001
When the file contains the commands indicated at the left,
WI
the code PROM data is loaded and written to the code PROM.