Toolchain Options > Assembler tab

(Builder: Project > Toolchain Options for Selected Files... > Assembler tab)

Disable warnings

Disable warnings from the assembler.

Error for undefined sym

Give an error for undefined symbols. Normally undefined symbols are silently converted into external references.

General assembler options

These options are passed through to the assembler. Equivalent to using the -asm= command line option.

Generate listing file

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

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

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.

Listing file name

The filename for the assembly listing file (optional). Equivalent to using the -list=name command line option.

Listing file directory

The directory for the assembly listing file (optional). Equivalent to using the -list=name command line option.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.