z0 =x+13
z1 = y-x
z2= r+z1-13
Please answer using this format for code:
.386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
...(please initialize the variables)...
.code
...(insert code here)...
INVOKE ExitProcess,0
main ENDP
END main
Here is the solution. Please do upvote thank you.
Get Answers For Free
Most questions answered within 1 hours.