![Epson S1C88 Series Manual Download Page 297](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917297.webp)
APPENDIX C ASSEMBLY TOOL REFERENCE <rel88>
S5U1C88000C MANUAL II
EPSON
285
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
C.4 Symbol Information Generator <rel88>
PROGRAM NAME
rel88.exe
SUMMARY
The rel88 checks the multi-section relocatable objects. The files that become the object of such checks
are relocatable object files output by the cross assembler asm88 and absolute object files output by the
link88. The rel88 can be used to check the size and configuration of relocatable object files and to
output symbol information in absolute object files output from the link88.
INPUT/OUTPUT FILES
• Execution flow
rel88 execution flow
• Input file
Absolute object file: file_name.a
Inputs an absolute object file created by the link88.
• Output file
Standard output or
Symbol information reference file: file_name.ref
The rel88 outputs a symbol information reference file
that is allocated in the physical address from the
absolute object file.
Symbol information
reference file
file_name.ref
file_name.a
Absolute object file
rel88>file_name.ref
Standard output
START-UP FORMAT
rel88 -[a +dec d g +in +sec v] [
drive:
]
<files>
flags:
Character strings enclosed with [ ] mean flags. Explanations for each flag are discussed later.
drive:
In case an input file is not in current drive, input the drive name in front of the input file name. It can be omitted if an
input file is in current drive.
files:
Specify the file name to be input into the rel88. This file name can be input using either capital or small letters and
specifying two or more files is possible. An error will occur when <files> is not specified.