Specifies the contents of an assembly listing file.
Windows: Output Files > Assembler Output
Linux: None
Mac OS X: None
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
None |
Windows: |
/FAspecifier |
specifier |
Denotes the contents of the assembly listing file. Possible values arec,s, orcs. |
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 X: -fcode-asm Windows: None |