Abstract
- Moving the bits to the left side or right side, by a specified number of bits
MIPS Bit Shifting
sll
is multiplication with , where is the number of bits we shiftsrl
is division with , where is the number of bits we shift
Maximum number of bits we can shift
, because the Register is 32 bits