Fa

Specifies that an assembly listing file should be generated.

IDE Equivalent

Windows: Output > ASM Listing Name

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/Fa[filename|dir]

Arguments

filename

Is the name of the assembly listing file.

dir

Is the directory where the file should be placed. It can include filename.

Default

OFF

No assembly listing file is produced.

Description

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

If filename is not specified, the file name will be the name of the source file with an extension of .asm; the file is placed in the current directory.

Alternate Options

Linux and Mac OS X: -S

Windows: /S, /asmfile (this is a deprecated option)


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.