Asmc Macro Assembler Reference
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.