use-msasm

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

IDE Equivalent

None

Architectures

IA-32

Syntax

Linux and Mac OS: -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