Symbol File - Epson S5U1C62000A Manual

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

Advertisement

6.7 Symbol File

The symbol file serves to refer to the labels defined in all the modules and their address information. It is
delivered if the -s start-up option is specified.
The file format is a text file, and its file name is "<File name>.sym". (<File name> is the same as that of the
output object file.)
Sample symbol file
Linker 62 ver x.xx Symbol file "TEST.SYM" Sun May 03 14:16:16 1998
CODE section labels of "TEST.ABS"
Address Type
0x0100
Local
0x0206
Global "SUB.O" ..... INC_RAM_BLK1
0x0200
Global "SUB.O" ..... INIT_RAM_BLK1
0x0106
Local
BSS section labels of "TEST.ABS"
Address Type
0x000
Global "MAIN.O" .... RAM_BLK1
Contents of symbol file
Indicates all the defined labels in in alphabetical order.
Symbol
Address Indicates the absolute address defined for the label.
Indicates the scope of the label: Global or Local.
Type
File
Indicates the object file in which the labal has been defined.
S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
File
Symbol
"MAIN.O" .... BOOT
"MAIN.O" .... LOOP
File
Symbol
EPSON
CHAPTER 6: LINKER
97

Advertisement

Table of Contents
loading

Table of Contents