203
Chapter 5: Reference
The Symbols Tab
Example [SOURCE LINES]
File: main.c
10 00001000
11 00001002
14 0000100A
22 0000101E
See Also Using the Source Viewer (see the Listing Display Tool help volume)
START ADDRESS
Format [START ADDRESS]
address
address The address of the program entry point, in hexadecimal.
Example [START ADDRESS]
00001000
Comments

Use the # character to include comments in a file. Any text following

the # character is ignored. You can put comments on a line alone or on

the same line following s symbol entry.

Format #comment text
Example #This is a comment