Question: Write a MIPS assembly code to find the maximum number from a list of 10 integers. The set of 10 integers are: [45, 20,66, 45,10,24,19,7,80,72].
Write a MIPS assembly code to find the maximum number from a list of 10 integers.
The set of 10 integers are: [45, 20,66, 45,10,24,19,7,80,72].
You must initialize the array of integers with the above values in your code.
Finally, the program should print the maximum value to the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
