617
Symbol Utility Features and Functions
The General-Purpose ASCII File Format
Source Line Numbers
Format [SOURCE LINES]
File: file_name
line# address
Use SOURCE LINES to associate addresses with lines in your source
files.
file_name The name of a file.
line# The number of a line in the file, in decimal.
address The address of the source line, in hexadecimal.
Example [SOURCE LINES]
File: main.c
10 00001000
11 00001002
14 0000100A
22 0000101E