If you would, kindly comment your code so I can understand what each line does.
ID: 647300 • Letter: I
Question
If you would, kindly comment your code so I can understand what each line does. Be sure to show the program running the sample array, preferrably in the MARS IDE. Thank you!
Write a MIPS-32 assembly language function, SUM, which computes the sum of the positive values and the sum of the negative values in an array X of length N words (the array is stored in memory). This function will be tested as a component of the complete program, as described:
Write a complete MIPS-32 program to test the function. Your program should: