use-msasm

Tells the compiler to accept the Microsoft* MASM-style inlined assembly format.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-use-msasm

Windows:

None

Arguments

None

Default

OFF

The compiler accepts the GNU-style inlined assembly format.

Description

This option tells the compiler to accept the Microsoft MASM-style inlined assembly format instead of the GNU-style format.

Alternate Options

None