μVision creates several listing files that can be configured in this dialogpage. Refer to [url=">File Types for a list oflisting files.<dt class=]Select Folder for Listings...Select a folder where listing files are stored.Page WidthSpecify the number of characters per line for the listing file.Page LengthSpecify the number of lines per page for the listing files.
C Compiler Listing
Creates listing files for the C source files.ConditionalInclude un-compiled conditional code in the listing file.SymbolsInclude symbol information in the listing file.#include FilesInsert text from the include files in the listing file.Assembly CodeInsert the generated assembly code in the listing file.
C Preprocessor Listing
Instructs the compiler to produce a preprocessor listing. Macrocalls are expanded and comments are deleted.
Assembler Listing
Create listing files for the assembly source files in the projecttarget.ConditionalInclude un-compiled conditional code in the listing file.SymbolsInclude symbol information in the listing file.MacrosSpecify how macros are listed in the listing file.CrossReferenceInclude a cross reference table of symbols in the listing file.