Question: use assembly language Write a procedure called MyEquation that receives two 32 bit signed integers (SDWORD) XVAL and YVAL and print the result as follows:
use assembly language

Write a procedure called MyEquation that receives two 32 bit signed integers (SDWORD) XVAL and YVAL and print the result as follows: IF Xval > Yval then print (-Xval - Yval) + 2*Yval ELSE print Xval + Yval on
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
