fasm-blocks

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:

None

Mac OS X:

-fasm-blocks

Windows:

None

Arguments

None

Default

OFF

You cannot use these features within a C or C++ file.

Description

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

Note that this option enables a Microsoft*-style assembly block not a GNU*-style assembly block.

This option is provided for compatibility with the Apple* GNU compiler.

Alternate Options

None