You are encouraged to discuss the assignment,
algorithms, tricky conditions, testing strategies, etc. with other
students,
but each student must write his or her own code independently.
Submitting the code of another student will be considered an Honor Code
violation.
Please see the Submission Instructions for complete details on submitting your solution electronically.
Also, here is a link to a MIPS instruction reference page: http://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html
To help you get started, take a look at a Sample
MIPS program.
This assignment involves writing a simple MIPS assembly language program for doing a recursive sort.
This assignment involves implementing a MIPS simulator in SPIM.