I am trying to teach mips to my self and wrote a fairly simple program and it isn't working and found out that the strings I declared in .data are somehow affecting one of my pointers.
Here is the code:
#Write a program that allows the user to enter 5 ints and store these ints in an array...