CHAPTER 5 ADVANCED LOCATOR <alc88>
46
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
5.2 Input/output Files
Figure 5.2.1 shows the input/output files of alc88.
Relocatable objects are relocated to
the absolute addresses of memory.
alc88
Advanced locator
definition file
Relocatable
object file
file.out
file.inf
file.abs
file.map
file.sa
Program data
HEX file
(Motorola S2 format)
Absolute
object file
Map
file
file.sy
Symbolic
table file
Fig. 5.2.1 Input/output files of alc88
Relocatable object file (file.out)
This is the relocatable object file in IEEE-695 format that has been output by the linker <lk88>.
Advanced locator definition file (file.inf)
This file contains a description of information referenced by alc88 as it relocates relocatable objects to
absolute addresses of memory. The section editor of wb88 creates this file.
Absolute object file (file.abs)
This is an executable object file output from the relocatable objects supplied to alc88 by being relo-
cated to the absolute addresses of memory. This file is created in IEEE-695 format and contains
debugging information included in the input files.
Program data HEX file (file.sa)
This HEX file is output from absolute objects converted into Motorola S2 format. This file is presented
as an input file the program unused area filling utility <fil88xxx>.
Map file (file.map)
A list of absolute addresses to which sections and labels have been allocated is recorded in this file.
Symbolic table file (file.sy)
This file contains symbol information extracted from the debugging information in the input files.
This file is required for the symbolic debugging to be performed by the debugger or simulator.