Write a function call for the function min. Write the code…
Write a function call for the function min. Write the code that would store the values 7 and 9 to send to the function then make the function call. Make sure to store the values in the correct registers. # Function to find the minimum of two numbers min: blt $a0, $a1, min_done # Branch if $a0
Read Details