Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies that an assembly listing file should be generated.
Linux and macOS: | -Fa[filename|dir] |
Windows: | /Fa[filename|dir] |
filename |
Is the name of the assembly listing file. |
dir |
Is the directory where the file should be placed. It can include filename. |
OFF |
No assembly listing file is produced. |
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.
Visual Studio: Output > ASM Listing Name
Eclipse: None
Xcode: Output Files > Filename for Generated Assembler Listing
Output Files > Generate Assembler Listing
Linux and OS X: -S
Windows: /S, /asmfile (this is a deprecated option)