Intel® Fortran Compiler XE 13.1 User and Reference Guides

Quse-msasm-symbols

Tells the compiler to use a dollar sign ("$") when producing symbol names.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/Quse-msasm-symbols

Arguments

None

Default

OFF

The compiler uses a period (".") when producing symbol names

Description

This option tells the compiler to use a dollar sign ("$") when producing symbol names.

Use this option if you require symbols in your .asm files to contain characters that are accepted by the MS assembler.

Alternate Options

None


Submit feedback on this help topic