asmfile

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, IA-64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/asmfile[:file | dir]

/noasmfile

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

/noasmfile

No assembly listing file is produced.

Description

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

If file is not specified, the filename 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: /Fa

See Also