Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

fcode-asm

Produces an assembly listing with machine code annotations.

Syntax

Linux:

-fcode-asm

macOS:

-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 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.

IDE Equivalent
None
Alternate Options

Linux and macOS: None

Windows: /FAc

See Also