.data appname db"simple program",0 .code start: mov eax,23 again: div eax,2 mov bx,dx shr edx,1 .if eax!=0 jmp again .else invoke MessageBox,addr NULL,edx,addr appname,MB_OK invoke ExitProcess,NULL .endif end start
what is the problem in the code it does not return answer in message box

New Topic/Question
Reply


MultiQuote







|