Rotating bits, one shift at a time.
Posts tagged Rotating
Rotating Bits
Nov 25th
Under normal circumstances, you can only ask for a bit rotation using assembly code, however, it is possible to imitate rotation through code.
First an explanation on rotating, and bits: