Answer the question
In order to leave comments, you need to log in
[MASM32] After calling my function, the program closes. What to do?
Hello.
There is this code:
...
addValues proc near
add ebx, ecx
ret
addValues endp
start:
invoke AllocConsole
mov ebx, 10
mov ecx, 10
call addValues
invoke StdOut, firstMes
invoke ExitProcess, 0
end start
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question