fcode-asm

Produces an assembly listing with machine code annotations.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -fcode-asm
Windows:  None

Arguments

None

Default

OFF No machine code annotations appear in the assembly listing file, if one is produced.

Description

This option produces an assembly listing file with machine code annotations. The resulting file has a .cod extension.

To use this option, you must also specify option -S.

Alternate Options

Linux and Mac OS: None
Windows: /FAc