Question: Write a MIPS code that takes 10 integers as input from user and stores them on to a stack. After it has stored all values,

Write a MIPS code that takes 10 integers as input from user and stores them on to a stack. After it has stored all values, the code then finds the highest value, lowest value and average of all numbers, which it prints as output. Assume that the base address of the destination stack is stored in $s0. (3 mk) Bonus (optional): Write a MIPS code module to sort the array in ascending order. Mention your sorting algorithm clearly (2 mk)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
