ROR

Instruction

Operand 1

Operand 2

Description

ROR

Reg

Reg/Imm

OP1 = (OP1>>OP2) | (OP1<<(N-OP2))

Last updated