Visible to Intel only — GUID: GUID-2AD0960F-AA99-4C35-919D-850EF024FEC9
Visible to Intel only — GUID: GUID-2AD0960F-AA99-4C35-919D-850EF024FEC9
fasm-blocks
Enables the use of blocks and entire functions of assembly code within a C or C++ file.
Syntax
Linux: |
-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.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Alternate Options
-use-msasm