What's wrong with that simple code, I don't know what's happened, the push eax
instruction occurs that error:
.386
.model flat, stdcall
.stack 4096
.data
.code
_start:
mov eax, 100
push eax
ret
end _start
What's wrong with that simple code, I don't know what's happened, the push eax
instruction occurs that error:
.386
.model flat, stdcall
.stack 4096
.data
.code
_start:
mov eax, 100
push eax
ret
end _start