2.13.1 In the following problems, the data table contains the values for registers $t0 and
$t1. You will be asked to perform several MIPS logical operations on these registers.
a. $t0 = 0xAAAAAAAA, $t1 = 0x12345678
b. $t0 = 0xF00DD00D, $t1 = 0x11111111
[5] <2.6> For the lines above, what is the value of $t2 for the following
sequence of instructions?
sll $t2, $t0, 44
or $t2, $t2, $t1
 
 
View Solution
 
 
 
<< Back Next >>