5-2-2013
This concerns the "DUS" instruction in GoAsm 32-bit
The following sample checks out OK up to the 1st
DUS instruction then hangs.
Thanks for any help given.
invoke GlobalAlloc,GMEM_FIXED or GMEM_ZEROINIT,1024
mov esi, eax
mov edi, esi
mov D[edi+0],DS_SETFONT or WS_OVERLAPPED or WS_SYSMENU or DS_CENTER
mov W[edi+8],11
mov W[edi+10],0
mov W[edi+12],0
mov W[edi+14],230
mov W[edi+16],75
add edi,22
? DUS L'Pick one item to execute',0
mov W[edi],4 ; size
add edi, 2
? DUS L'ms sans serif',0