Program 1
First Assembler Program
Due: Monday, Feb. 9
This program is to let you become accustomed to the SPIM Simulator. Write a program that takes 3 values (defined as variables in the data section with initial values), adds them, and then prints out the result. There should be good text output with the resulting number.
Extra Credit: Explore ahead in the texts to find out how to read in 2 values, add them and then print out the answer.