The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: NixanR on October 27, 2011, 04:36:02 PM

Title: RadASM 3.0 addin A2U
Post by: NixanR on October 27, 2011, 04:36:02 PM
ANSI to Unicode converter

Converts ASCII strings to dw dump.

include c type strings.  \n \t


; Sample string.\nHello.
lpwstr            dw 0053h, 0061h, 006Dh, 0070h, 006Ch, 0065h, 0020h, 0073h
               dw 0074h, 0072h, 0069h, 006Eh, 0067h, 002Eh, 000Dh, 000Ah
               dw 0048h, 0065h, 006Ch, 006Ch, 006Fh, 002Eh, 0000h