.386 .model flat,stdcall .stack 100h .code start: mov ah,1 int 21h end start
The compilation and linkage all passed well, but at runtime a dialogbox displayed: "filename.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
No difference is made when "mov ah,1
int 21h" is changed to any other code.
Can anybody help me?

New Topic/Question
Reply




MultiQuote




|