Specifies that an assembly listing file should be generated.
Windows: Output Files > ASM List Location
Linux: Output > Generate Assembler Source and Binary Files
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -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).
Linux and Mac OS X: -S
Windows: /S
Copyright © 1996-2011, Intel Corporation. All rights reserved.