Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 333 Bytes

opt_dotnamex.md

File metadata and controls

16 lines (9 loc) · 333 Bytes

Asmc Macro Assembler Reference

OPTION DOTNAMEX

OPTION DOTNAMEX[ ON | OFF ]

Allows names of identifiers that begin with a period to have dotted names. The default is OFF.

This to support C++ generated assembly code.

.name..
.name.00100

See Also

Directives Reference | DOTNAME