Specifies that an assembly listing file should be generated.
Windows: Output > ASM Listing Name
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /asmfile[:file | dir] /noasmfile |
file | Is the name of the assembly listing file. |
dir | Is the directory where the file should be placed. It can include file. |
OFF | No assembly listing file is produced. |
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.
Linux: -S
Windows: /Fa
S compiler option