Write a MIPS assembly language for sorting an array of integers using non-recurs
ID: 3740807 • Letter: W
Question
Write a MIPS assembly language for sorting an array of integers using non-recursive
bottom-up merge sort algorithm. Your program should print the processed array after
each step of the merge sort.
Explanation / Answer
Please find the code below with detailed inline comments.
CODE
====================