Output Files - Epson S5U1C62000A Manual

Epson cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

CHAPTER 6: LINKER

6.2.2 Output Files

An output file name can be specified in the command line or command file using the -o option. If no
output file name is specified, the same name as that of the relocatable object file to be linked first is used.
Absolute object file
File format: Binary file in IEEE-695 format
File name: <File name>.abs
Output destination: Current directory
Description: Object file in executable format that can be input to the debugger. All the modules
comprising one program are linked together in the file, and the absolute addresses
that all the codes will map are determined. It also contains the necessary debugging
information in IEEE-695 format.
Link map file
File format: Text file
File name: <File name>.map
Output destination: Current directory
Description: Mapping information file showing from which address of a section each input file
was mapped. This file is output when the -m start-up option is specified.
Symbol file
File format: Text file
File name: <File name>.sym
Output destination: Current directory
Description: Symbols defined in all the modules and their address information are delivered to
this file. This file is delivered when the -s start-up option is specified.
Cross reference file
File format: Text file
File name: <File name>.xrf
Output destination: Current directory
Description: Labels defined in all the modules and their defined and referred addresses are
delivered in this file. This file is delivered when the -x start-up option is specified.
Absolute list file
File format: Text file
File name: <File name>.als
Output destination: Current directory
Description: File delivered when the start-up option (-l) is specified. The file contents are similar
to the relocatable list file output by the assembler except that the location addresses
are absolute and takes the form of an integrated single file.
Error file
File format: Text file
File name: <File name>.err
Output destination: Current directory
Description: File delivered when the start-up option (-e) is specified. It records the information
which the linker outputs to the Standard Output (stdout), such as error messages.
90
EPSON
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
S5U1C62000A MANUAL

Advertisement

Table of Contents
loading

Table of Contents