beautypg.com

7 symbol file – Epson S5U1C62000A User Manual

Page 109

background image

S5U1C62000A MANUAL

EPSON

97

(S1C60/62 FAMILY ASSEMBLER PACKAGE)

CHAPTER 6: LINKER

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 ".sym". ( 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 File Symbol
0x0100 Local "MAIN.O" .... BOOT
0x0206 Global "SUB.O" ..... INC_RAM_BLK1
0x0200 Global "SUB.O" ..... INIT_RAM_BLK1
0x0106 Local "MAIN.O" .... LOOP

BSS section labels of "TEST.ABS"
Address Type File Symbol
0x000 Global "MAIN.O" .... RAM_BLK1

Contents of symbol file

Symbol

Indicates all the defined labels in in alphabetical order.

Address

Indicates the absolute address defined for the label.

Type

Indicates the scope of the label: Global or Local.

File

Indicates the object file in which the labal has been defined.