(Solved) : Memory Mapped O Interrupt Write Mips Program Implement Following Single Digit Adder Keyboa Q37171567 . . .
(Memory mapped I/O – interrupt) Write a MIPS program toimplement the following single digit adder: keyboard input: X+Y=display output: X+Y=Z where X and Y are single digits (such as 2and 7) and Z is the result (such as 9). Please use keyboardinterrupt to read the keyboard input from the receiver data,compute the result Z and use polling (on the transmitter controland transmitter data) to send the output X+Y=Z to the display. Totest your code, you need open the MMIO in the simulator. GotoTools→Keyboard and Display MMIO → make sure you press “connect toMIPS” to run your code. Sometimes, it is also helpful to press“reset” on the same screen. Dont forget to store registers when youwrite MIPS functions To slow down execution in the simulator, slide”Run speed to max” bar to the left.
Expert Answer
Answer to (Memory mapped I/O – interrupt) Write a MIPS program to implement the following single digit adder: keyboard input: X+…
OR