ROL (rotate one bit left) Tags: NZC
ROL
Description:
Rotates left one bit position of the given operand. The C bit is inserted in place of the lowest bit. The highest bit then goes to the C bit.
Example:
ROL ; rotation of accumulator bits to the left
ROL $A 400 ; cell bit rotation