Question: Convert the following conditional statement to MARS assembly language. You may assume that a is in $s0 and b is in $s1. if(a > b)
Convert the following conditional statement to MARS assembly language. You may assume that a is in $s0 and b is in $s1. if(a > b) {a = a - b;} else {b = b - a;}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
