Specifies that an assembly listing file should be generated.
Linux: | -Fa[filename|dir] |
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).
Visual Studio: Output Files > ASM List Location
Eclipse: Output > Generate Assembler Source and Binary Files
Xcode: Output Files > Filename for Generated Assembler Listing, Output > Generate Assembler Listing
Linux and macOS*: -S
Windows: /S