![Epson S1C88 Series Manual Download Page 349](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917349.webp)
Symbol Information Generator rel88
Sub Tool Chain
Outline
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.
Startup Command
rel88 [flags] <file names>
Flags
-a
Sorts outputs in alphabetical order of the symbol names.
+dec
Outputs symbol values and segment sizes in decimal numbers.
-d
Outputs all defined symbols within each file, one per line.
-g
Outputs global symbols only.
+in
akes <file names> from standard input and adds them to command line.
+sec
Outputs the physical address and size of each section of multi-segment output
files.
-v
Sorts the inside of section by symbol values. The aforementioned -d flag is
tacitly specified.
Error Messages
can't read binary header
Reading of the object header excluding magic number and
configuration byte has failed.
can't read header
Reading of the first two bytes of the object header (magic number
and configuration byte) has failed.
can't read symbol table
Reading of the symbolic table in the object has failed.