Write a subroutine that finds the maximum value from some sequence of integer va
ID: 3581873 • Letter: W
Question
Write a subroutine that finds the maximum value from some sequence of integer values. Then show that your subroutine work correctly calling it from “same” master.
Using Mips assembler
Below you can find links to Mars simulator, description of MIPS assembler and PCSPIM simulator that will be used by us for the second programming assignment. I recommend you to check if the links are working and to download MARS simulator and to check if you are able to run it at your computer. http://pages.cs.wisc.edu/~larus/spim.html - PCSPIM simulator PCSIM simulator http://pages.cs.wisc.edu/~larus/HP_AppA.pdf - Appendix A - Description of MIPS assembler and simulator http://courses.missouristate.edu/KenVollmar/MARS/ - MARS simulator - Missouri State University