/[no]asmfile

Syntax:

/asmfile[:file], /noasmfile, /Fa[file], /Fc[file], /Fl[file], or /Fs[file]

The /asmfile option or equivalent /Fx option indicates that an assembly listing file should be generated. If the file is not specified, the default filename used will be the name of the source file with an extension of .asm.

In the visual development environment, specify Assembly Listing in the Listing File Compiler Option Category.

When the /asmfile option or equivalent /Fx[file] option is specified and there are multiple source files being compiled, each source file will be compiled separately. Compiling source files separately turns off interprocedural optimization from being performed.

When you specify /noasmfile or the /asmfile option is not specified, the compiler does not generate any assembly files.

To specify the content of the assembly listing file, also specify /[no]asmattributes:keyword or specify the /Fx[file] options: