Fa

Specifies that an assembly listing file should be generated.

IDE Equivalent

Windows: C/C++ > Output Files > ASM List Location

Architectures

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

Syntax

Linux and Mac OS: None
Windows:  /Fa[file | dir]

Arguments

file Is the name of the assembly listing file.
dir    Is the directory where the file should be placed. It can include file.

Default

OFF No assembly listing file is produced.

Description

This option specifies that an assembly listing file should be generated (optionally named file).

Alternate Options

Linux and Mac OS: -S
Windows: None