192
EPSON
S1C6F567 TECHNICAL MANUAL
APPENDIX: PROM PROGRAMMING
28 SAVE command (for data PROM file)
Operation:
SC _ file name
Option:
file name ...... File name to be saved (without extension)
Description:
Saves the data PROM contents in the buffer RAM of the PROM writer into a file with the
specified name and .CSA extension. The file name should be specified without the exten-
sion.
Example:
SS_c3567001
..... Saves the data PROM contents into the C3567001.CSA file.
29 DUMP command (for code PROM)
Operation:
DI [ _ address 1 [ _ address 2 ] ] [_/L, /H]
Option:
address 1 ...... Dump start address
Can be specified within the range of 0000H to 3FE0H in 20H units.
address 2 ...... Dump end address
Can be specified within the range of 001FH to 3FFFH in 20H units.
/L .................. Displays low-order 8 bit data only (corresponding to C3xxxyyy.LSA)
/H ................. Displays high-order 5 bit data only (corresponding to C3xxxyyy.HSA)
Description:
Displays the code PROM data 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 the /L and /H options have been omitted, PROM image data is displayed in 13-bit
units. When /L has been specified, the low-order 8 bit data is displayed in the
C3xxxyyy.LSA HEX file image. When /H has been specified, the high-order 5 bit data is
displayed in the C3xxxyyy.HSA HEX file image. When /L or /H has been specified, the
addresses are displayed according to the file.
Option specification should be done every time the command is executed.
Examples:
DI_0_1F
..
Displays the RAM data corresponding to the code PROM addresses 0 to 1F.
00000
1FF0 1EF1 1DF2 1CF3 1BF4 1AF5 19F6 18F7
00008
17F8 16F9 15FA 14FB 13FC 12FD 11FE 10FF
:
00018
1F78 1F69 1F5A 1F4B 1F3C 1F2D 1F1E 1F0F
DI_0_/L
..
Displays data corresponding to the C3xxxyyy.LSA HEX file from address 0.
00000
F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF
00010
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
:
000F0
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF