Visible to Intel only — GUID: GUID-8BF91C92-D4DE-4B4D-970A-1B76A3143C17
Visible to Intel only — GUID: GUID-8BF91C92-D4DE-4B4D-970A-1B76A3143C17
fcode-asm
Produces an assembly listing with machine code annotations. This feature is only available for ifort.
Linux: |
-fcode-asm |
macOS: |
-fcode-asm |
Windows: |
None |
None
OFF |
No machine code annotations appear in the assembly listing file, if one is produced. |
This option produces an assembly listing file with machine code annotations.
The assembly listing file shows the hex machine instructions at the beginning of each line of assembly code. The file cannot be assembled; the file name is the name of the source file with an extension of .cod.
To use this option, you must also specify option -S, which causes an assembly listing to be generated.
Linux and macOS: None
Windows: /FAc