![Epson S1C88 Series Manual Download Page 294](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917294.webp)
APPENDIX C ASSEMBLY TOOL REFERENCE <link88>
282
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
INPUT/OUTPUT FILES
• Execution flow
link88 execution flow
• Input files
1. Relocatable object file: file_name.o
This is a relocatable file in machine
language that is output through
relocatable assembly with the cross
assembler asm88.
2. Link command parameter file:
file_name.lcm
This is a link command parameter
file that is directly described by the
user.
• Output file
Absolute object file: file_name.a
This is a multi-section object file
created by the link88.
Relocatable
object files
Link command
parameter file
link88<file_name.lcm
Absolute object file
file_name.a
file_name.lcm
file_name.o
Note: Multi-section object file is an absolute object image whose format is composed of a global header,
a section descriptor, objects within all CODE sections, objects within all DATA sections, objects
within all DEBUG sections, objects within all ZPAG section, a symbolic table, a debug symbolic
table, and all relocation information.
START-UP FORMAT
link88 -[c cd +dead max## o* q]
<sections>
<sections> includes one or more following contents.
-[+code +data m## p##] [
drive:
]
flags:
Character string enclosed with [ ] mean flags. Flags within the first [ ] are global flags and flags within the [ ]
included in <sections> are local flags.
drive:
In case of the relocatable object files or the libraries are not in current drive, input the drive name in front of these
file names. It can be omitted if these files are in current drive.
Note: The extension for the relocatable object files should be made as ".o".