Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 3/31/2023
Public

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

Visible to Intel only — GUID: GUID-1AB211AA-9F59-4D67-92DB-66BDD7592942

Document Table of Contents

masm

Tells the compiler to generate the assembler output file using a selected dialect.

Syntax

Linux:

-masm=dialect

macOS:

None

Windows:

None

Arguments

dialect

Is the dialect to use for the assembler output file. Possible values are:

att

Tells the compiler to generate the assembler output file using AT&T* syntax.

intel

Tells the compiler to generate the assembler output file using Intel syntax.

Default

-masm=att

The compiler generates the assembler output file using AT&T* syntax.

Description

This option tells the compiler to generate the assembler output file using a selected dialect.

IDE Equivalent

None

Alternate Options

None