Show the block diagram of the hardware (similar to Fig. 4-2a) that implements the following register transfer statement:
yT2: R2 ← R1, R1 ← R2
Represent the following conditional control statement by two register transfer statements with control functions
If (P = 1) then (R1 ← R2) else if (Q = 1) then R1 ← R3)
A digital computer has a common bus system for 16 registers of 32 bits each.
Derive a combinational circuit that selects and generates any of the 16 logic functions listed in Slide 36 of Lecture #9