HoopsRank MIPS Assembly
Q3c: HoopsRank.s (50) Write a MIPS program called HoopsRank.s that is similar to the C program you wrote in Homework #3. However, Instead of reading in a file, your assembly program will read in lines of input from the console. Each line will be read in as its own input (using spim’s syscall support for …