asmfile

Specifies that an assembly listing file should be generated.

IDE Equivalent

Windows: Output > ASM Listing Name

Linux: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: 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

OFF 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: -S

Windows: /Fa

See Also

S compiler option