You are reading a single comment by @HaraldK and its replies. Click here to read the full conversation.
  • ROR is ROtate Right. ROL is ROtate Left.
    Difference to a normal shift is that in a shift all bits move one bit position. The leftmost in a shift left or rightmost in a shift right usually gets a 0.
    In a rotation the bits move in a circle: in a left shift bit 7 moves into bit 0.
    See here: https://en.wikipedia.org/wiki/Bitwise_operation#Rotate_no_carry

About

Avatar for HaraldK @HaraldK started