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

Fa

Specifies that an assembly listing file should be generated.

Syntax

Linux:

-Fa[filename|dir]

macOS:

-Fa[filename|dir]

Windows:

/Fa[filename|dir]

Arguments

filename

Is the name of the assembly listing file.

dir

Is the directory where the file should be placed. It can include filename.

Default

OFF

No assembly listing file is produced.

Description

This option specifies that an assembly listing file should be generated (optionally named filename).

IDE Equivalent

Visual Studio: Output Files > ASM List Location

Eclipse: Output > Generate Assembler Source and Binary Files

Xcode: Output Files > Filename for Generated Assembler Listing, Output > Generate Assembler Listing

Alternate Options

Linux and macOS: -S

Windows: /S