FA

Specifies the contents of an assembly listing file.

IDE Equivalent

Windows: Output Files > Assembler Output

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64, IA-64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/FAspecifier

Arguments

specifier

Denotes the contents of the assembly listing file. Possible values arec,s, orcs.

Default

OFF

No additional information appears in the assembly listing file, if one is produced.

Description

These options specify what information, in addition to the assembly code, should be generated in the assembly listing file:

Option

Description

/FAc

Produces an assembly listing with machine code.

/FAs

Produces an assembly listing with source code.

/FAcs

Produces an assembly listing with machine code and source code.

Alternate Options

/FAc

Linux and Mac OS X: -fcode-asm
Windows: None