Question: Write a function that receives 3 integer words in registers $a0, Sal, & Sa2, and returns them in ordered form with the minimum value in
Write a function that receives 3 integer words in registers $a0, Sal, & Sa2, and returns them in ordered form with the minimum value in Sao and the maximum value in $a2. Hint: Function Order($a0,8a1,Sa2); If (Sal > Sal) exchange Sa0 and $al; if (Sal > Sa2) exchange Sal and Sa2 else return; If (Sal > Sal) exchange Sa0 and Sal; return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
