Intel® C++ Compiler XE 13.1 User and Reference Guides

masm

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

IDE Equivalent

None

Architectures

All

Syntax

Linux:

-masm=dialect

OS X:

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.

Alternate Options

None


Submit feedback on this help topic