Command: ROL-Rotate left
Arguments: DEST: register, COUNT immediate number
Usage: ROL DEST,COUNT
Effects: Rotates bits in DEST by COUNT to the left. 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 ROR