Command: ROR-Rotate right
Arguments: DEST: register, COUNT immediate number
Usage: ROR DEST,COUNT
Effects: Rotates bits in DEST by COUNT to the right. Bits pushed out on one side reenter on the other. Carry flag will be set to the last bit rotated out.
Flags to be set: OF and CF as described-
Misc: opposite of ROL