Page 1 of 1

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
by answerhappygod
Question 1 Write The Marie Assembly Program That Satisfies The Following Condition 30 Points If X Y Then X X Y 1 1
Question 1 Write The Marie Assembly Program That Satisfies The Following Condition 30 Points If X Y Then X X Y 1 1 (8.86 KiB) Viewed 35 times
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