22. Write a MIPS assembly program that loads four words of input from the special input hardware discussed in book secti
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
22. Write a MIPS assembly program that loads four words of input from the special input hardware discussed in book secti
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)