MASM32 Downloads
include \masm32\include\masm32rt.incinclude _dw.asm.code_dw HelloW$, "Hello World", 0start: invoke MessageBoxW, 0, addr HelloW$, uni$("Just a test:"), MB_OK exitend start