This assignment is worth 20 points.
Program 1, Computer Architecture, Fall 2009 This program is from page B-7 of Patterson and Hennessy Program run by _Your Name Here_ -----------------------------------Replace _Your Name Here_ with your name.
i = ###, Total = ####at the bottom of each iteration of the loop. Where ### is replace with the current value of the LCV and #### is replaced with the current total.
Program 1, Computer Architecture, Fall 2009 This program is from page B-7 of Patterson and Hennessy Program run by Dan Bennett ----------------------------------- i = 1, Total = 1 i = 2, Total = 5 i = 3, Total = 14 ... i = 100, Total = 338350 ----------------------------------- The sum from 0 .. 100 is 338350
"I do solemnly swear (or affirm) that I have read the assigned reading. I also swear (or affirm) that I have made the additions to the code myself, and I understand what these additions do."
You should also include the links to reference material you found.
You should attach your modified program.
I intend for you to type the code. I want you to look at the code as you enter it. It would be really useful for you to look the instructions up on the green MIPS Reference Data sheet. Notice where the nemonics are classified. Further notice the use of registers.