RORI

Synopsis:

Rotate register right.

Operation:

Rt = Ra >> #n

Description:

This instruction rotates a general purpose register right the number of bits specified by an immediate constant and places the result in a general purpose register. This instruction will not cause any exceptions.

Format:

Opcode7 Ra5 Rt5 Imm6 Reserved5 Func4
3 Ra5 Rt5 Imm6 ---- 4

 

Assembler Sample:

RORI     R4,R5,#33