Question: Implement the new MIPS instruction jdi reg ( standing for jump direct indirect ) on the single cycle MIPS architecture ( diagram labeled datapath in
Implement the new MIPS instruction jdi reg standing for jump direct indirect on the single cycle MIPS architecture diagram labeled datapath in attached photo
The semantics of jdi are as follows:
If the most significant bit of the frame pointer is jump to the address stored in reg.
Otherwise jump to the location stored in MEMreg ie an indirect jump.
For example, suppose reg contains x and MEMx contains x if the frame pointer contains xFFFFFFFF jdi would be a jump to x But if the frame pointer contains xFFFFFFF it would be a jump to x instead.
Follow the same directions as given in the previous homework this means you dont get credit if you dont specify your machine code format by word.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
