use-msasm

Enables the use of blocks and entire functions of assembly code within a C or C++ file.

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 allows a GNU*-style inline assembly format.

Description

This option enables the use of blocks and entire functions of assembly code within a C or C++ file.

It allows a Microsoft* MASM-style inline assembly block not a GNU*-style inline assembly block.

Alternate Options

-fasm-blocks


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.