ROR (rotate one bit right) Tags: NZC

Description:

Rotates to the right one bit position of the given operand. C bit is inserted in place of the highest bit. Then the lowest bit goes to the C bit.

Example:

    ROL        ; rotation of accumulator bits to the left
    ROL $A 400    ; cell bit rotation