OPTION WSTRING

Asmc Macro Assembler

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:

DW "string",0

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

See Also

Directives Reference