|
| Listing (GNU ARM)- Select Folder for Listings...
- Select a folder where listing files are stored.
Assembler Listing- Create listing files for the assembly source files in the project target.
- High Level Source
- Intermix high-level source lines in the assembler listing.
- False Conditionals
- Any lines which are not assembled because of a false .if (or .ifdef, or any other conditional), or a true .if followed by a .else, will be omitted from the listing.
- Assembly Code
- Include assembler instructions in the listing.
- Debugging Directives
- Include debug directives in the listing.
- Macro Expansions
- Include macro expansions in the listing.
- Forms Processing
- When enabled, the listing does not contain any formatting.
- Symbols
- Select to include symbol information in the listing file.
Linker Listing- Create a map file from the linker for the project target.
- Memory Map
- Select to include a memory map of the program in the map file.
- Cross Reference
- Select to include a cross reference listing in the map file.
|
|