Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 449 Bytes

opt_casemap.md

File metadata and controls

15 lines (9 loc) · 449 Bytes

Asmc Macro Assembler Reference

OPTION CASEMAP

OPTION CASEMAP:[NONE|NOTPUBLIC|ALL]

This controls case of identifiers. The default value is ALL.

ALL       (/Cu) Maps all identifiers to upper case (default).
NONE      (/Cx) Preserves case in public and extern symbols.
NOTPUBLIC (/Cp) Preserves case of all user identifiers.

See Also

Directives Reference | Asmc Command-Line Reference