Specifies the contents of an assembly listing file.
Windows: C/C++ > Output Files > Assembler Output
Linux: None
Mac OS: None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | None |
Windows: | /FAspecifier |
specifier | Denotes the contents of the assembly listing file. Possible values are c, s, or cs. |
OFF | No additional information appears in the assembly listing file, if one is produced. |
These options specify what information, in addition to the assembly code, should be generated in the assembly listing file:
Option | Description |
---|---|
/FAc | Produces an assembly listing with machine code. |
/FAs | Produces an assembly listing with source code. |
/FAcs | Produces an assembly listing with machine code and source code. |
/FAc | Linux and Mac
OS: -fcode-asm Windows: None |