generalize The control unit and data path of the single-cycle processor we have designed (Figure 4.24 page 271 of the book computer organization and design) to implement the following instructions
addm $t0,24($t1) # $t0 = $t0 + Mem(24 + $t1), PC=PC+4 ($t0:Rt, $t1:Rs)
Comments
Leave a comment