NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: afk on November 24, 2013, 07:27:49 PM

Title: Defining Unicode Strings
Post by: afk on November 24, 2013, 07:27:49 PM
Hi,
Does NASM have a pseudo-instruction equivalent to WCHAR or wchar_t to declare a string as wide char (Unicode).
Thanks in advance.
afk
Title: Re: Defining Unicode Strings
Post by: Frank Kotler on November 24, 2013, 07:43:14 PM
http://www.nasm.us/xdoc/2.10.09/html/nasmdoc3.html#section-3.4.5

I don't think I've ever used Unicode strings, so I can't tell ya any more than it says in the Manual.

Best,
Frank

Title: Re: Defining Unicode Strings
Post by: afk on November 24, 2013, 07:54:41 PM

Thanks for the quick reply Frank.
afk