Download TR0105 TSK51x/TSK52x Embedded Tools Reference

Transcript
TSK51x/TSK52x Embedded Tools Reference
Assembler: −−list−file (−l)
Menu entry
1. From the Project menu, select Project Options...
The Project Options dialog box appears.
2. Expand the Assembler entry and select List File.
3. Enable Generate list file.
4. In the List file format section, enable or disable the types of information to be included.
Command line syntax
−−list−file[=file]
−l[file]
Description
With this option you tell the assembler to generate a list file. A list file shows the generated object code and the relative
addresses. Note that the assembler generates a relocatable object file with relative addresses.
With the optional file you can specify an alternative name for the list file. By default, the name of the list file is the basename of
the source file with the extension .lst.
Related information
On the command line you can use the option −−list−format (−L) to specify which types of information should be included
in the list file.
4−68