option-wstring.md

May 11, 2026 ยท View on GitHub

Asmc Macro Assembler Reference

OPTION WSTRING

OPTION WSTRING:[ ON | OFF ]

This toggles ascii/unicode string creation of "quoted strings".

Unicode strings may be used in the @CStr macro, in function calls, or decleared using:

  • TCHAR "string",0

The default value is OFF. The command-line switch /ws turns this option ON.

See Also

Option | Directives Reference