Posted on May 17, 2011 at 13:35I'm coding a program in which I want to load a register with a binary value and then drive a MOSFET with the binary value. I want to Rotate Right by one bit and then carry the dropped off bit to the MSB. Through some r...