(Builder: Project > Toolchain Options for Selected Files... > Assembler tab)
Disable warnings from the assembler.
Give an error for undefined symbols. Normally undefined symbols are silently converted into external references.
These options are passed through to the assembler. Equivalent to using the -asm= command line option.
Generates an assembly listing file. See the assembler chapter in the Development Guide for more information. Equivalent to the -list command line option.
Add cross reference information to the assembly listing file. See the assembler chapter in the Development Guide for more information. Equivalent to the -ref command line option.
Do not expand macros in the assembly listing file. See the assembler chapter in the Development Guide for more information. Equivalent to the -nogen command line option.
The filename for the assembly listing file (optional). Equivalent to using the -list=name command line option.
The directory for the assembly listing file (optional). Equivalent to using the -list=name command line option.