A
include \masm32\include\masm32rt.inc
.data
msg1 db "Áá",0
cyr db 500 dup(0)
.code
begin:
push offset msg1
call StdOutW
push 500
push offset cyr
call StdInW
push offset cyr
call StdOutW
push offset cyr
call StdOutW
invoke ExitProcess,0
end begin
__UNICODE__ equ 1
использовать в начале кода. и посмотри что такое UCSTR