Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

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

Document Table of Contents

fasm-blocks

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

Syntax

Linux:

-fasm-blocks

macOS:

-fasm-blocks

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.

On macOS systems, this option is provided for compatibility with the Apple* GNU compiler.

IDE Equivalent
None
Alternate Options

-use-msasm