This program is written in MIPS assembly language. This was completed as an Honors project for a Computers and Assembly Language Programming class.
Using the merge sort algorithm recursively, an array of integers is sorted, a count of the number of recursions is printed to the console, along with the sorted array.