Lab tools: The MARS MIPS simulator steps to use mars simulator 1) write the asse
ID: 3569953 • Letter: L
Question
Lab tools: The MARS MIPS simulator
steps to use mars simulator
1) write the assembly code in a new file
2) assemble the code from the run menu(Using assemble)
3)Run the code using the run button.
write a program to read 10 integers and to perform the following operations using menu and you may use frictions to support to your program?( use the proper prompts)
1)read the integers into an array
2) find the maximum value in array
3) find the minimum value in array
4) sum of all values
5) organize the values in the arrayfrom the smallest to largest.