Page 1 of 1

22. Write a MIPS assembly program that loads four words of input from the special input hardware discussed in book secti

Posted: Fri Jul 08, 2022 6:15 am
by answerhappygod
22 Write A Mips Assembly Program That Loads Four Words Of Input From The Special Input Hardware Discussed In Book Secti 1
22 Write A Mips Assembly Program That Loads Four Words Of Input From The Special Input Hardware Discussed In Book Secti 1 (11.09 KiB) Viewed 39 times
Only use these instructions as needed lw, sw, addi, add,sub, mul, mult, mflo, beq, bne, slt, j, jal, jr.
22. Write a MIPS assembly program that loads four words of input from the special input hardware discussed in book section 2.10 (assume that there will be enough input provided to account for all four words. Sum these values together and store them into memory at address 8000. Your solution must only write to a maximum of three different registers (there is no restriction on the number of writes). Disregard any potential overflow issues. (20 pts)