Question 1: Write the MARIE assembly program that satisfies the following condition (30 Points). If x > y then x-x-y+1;
Posted: Sat May 14, 2022 7:33 pm
Question 1: Write the MARIE assembly program that satisfies the following condition (30 Points). If x > y then x-x-y+1; print x; else y-y-x+2; print y; endif