Trying to write a recursive subset sum finder function in MIPS for an assignment. First I wrote the function in C. Then I took care of the I/O part in MIPS. But I\'m having