Write and test an adding machine program that repeatedly reads in integers and adds them into a running sum. The program should stop when it gets an input that is 0, printing out the sum at that point.
Course uses MIPS assembly language and MARS/SPIM simulators.