Visible to Intel only — GUID: GUID-1AB211AA-9F59-4D67-92DB-66BDD7592942
Visible to Intel only — GUID: GUID-1AB211AA-9F59-4D67-92DB-66BDD7592942
masm
Tells the compiler to generate the assembler output file using a selected dialect.
Syntax
Linux: |
-masm=dialect |
macOS: |
None |
Windows: |
None |
Arguments
dialect |
Is the dialect to use for the assembler output file. Possible values are:
|
Default
-masm=att |
The compiler generates the assembler output file using AT&T* syntax. |
Description
This option tells the compiler to generate the assembler output file using a selected dialect.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
IDE Equivalent
Alternate Options
None