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

Quse-msasm-symbols

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

Syntax

Linux:

None

macOS:

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.

IDE Equivalent
None
Alternate Options

None