Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Design a datapath for a machine that has only four instructions. The instructions are: add R1, R2, R3 sub R1, R2, R3 sb R1,
1. Design a datapath for a machine that has only four instructions. The instructions are: add R1, R2, R3 sub R1, R2, R3 sb R1, R2 slt R1, R2, R3 # RI-R2+R3 # RI-R2-R3 # Memory(R2)-RI # if (R2-R3) then R1-1, else, R1 -0. Assume each instruction has 8 bits. Also assume that there are 4 registers and two memory units with 16 bytes each
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started