Consider the data path below for a single cycle 32-bits MIPS processor
Assume that we are executing the following instruction
SLL $s3, $t0, 4
What is the value of the element pointed by arrow number 1 by in hexadecimal or binary?
Note that the PC and the content of registers are found in bottom left of the figure below
$ t0 = 0x0000AF00
$s3=0\times 000000BA
PC = 0x000FAC04
(Before executing SLL)
e and PC
Select one:
a. 0\times 000000BA
b. 0b^(')01000^(')
c. none of the options
d. 0\times 00000000
e. 0b^(')10011^(')
f. 0x0000AF00
Clear my choice