-l
Syntax
-l[a|A|b|B|c|C|D|E][N][H] {filename|directory}Parameters
| Assembler list file |
| Assembler list file with C or C++ source as comments |
| Basic assembler list file. This file has the same contents as a list file produced with |
| Basic assembler list file. This file has the same contents as a list file produced with |
| C or C++ list file |
| C or C++ list file with assembler source as comments |
| C or C++ list file with assembler source as comments, but without instruction offsets and hexadecimal byte values |
| C or C++ list file with assembler source as comments, ordered according to the corresponding C/C++ source code position |
| No diagnostics in file |
| Include source lines from header files in output. Without this option, only source lines from the primary source file are included |
* This makes the list file less useful as input to the assembler, but more useful for reading by a human.
See also Rules for specifying a filename or directory as parameters.
Description
Use this option to generate an assembler or C/C++ listing to a file.
Note
This option can be used one or more times on the command line.
Caution
To set related options, choose:
Project>Options>C/C++ Compiler>List