Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 427 Bytes

opt_wstring.md

File metadata and controls

17 lines (9 loc) · 427 Bytes

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