The architects of the single-cycle computer in this lesson have come to the conclusion that the two commands jal and jr can be merged. This command is as follows:
jalr $t0,$t1 # $t0 = PC + 4, PC = $t1
Change the control unit and data path of the single-cycle processor to execute the "jalr" command. What kind of instructions do you think this is?
Comments
Leave a comment