Based on the following code, how many DWORD arguments and local variables are reserved for the procedure sub_mid? Please provide the answer with reason and explanation
sub_mid PROC
push ebp
mov ebp, esp
sub esp, 16
...
mov eax, [ebp + 8]
add eax, [ebp + 12]
sub eax, [ebp - 4]
mov eax, [ebp + 16]
sub_mid endp
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here