FA

Specifies the contents of an assembly listing file.

IDE Equivalent

Windows: C/C++ > Output Files > Assembler Output

Linux: None

Mac OS: None

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: None
Windows:  /FAspecifier

Arguments

specifier Denotes the contents of the assembly listing file. Possible values are c, s, or cs.

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: -fcode-asm
Windows: None