SHRU

Synopsis:

Unsigned shift right register.

Operation:

Rt = Ra >> Rb

Description:

This instruction shifts a general purpose register right the number of bits specified in a second general purpose register and places the result in a general purpose register. A zero is shifted into the most significant bit. Only the low order six bits of Rb are significant. This instruction will not cause any exceptions.

Format:

Opcode7 Ra5 Rb5 Rt5 Reserved4 Func6
2 Ra5 Rb5 Rt5 ---- 41