What is the difference between the shifts and rotate instructions?
A rotate instruction is a closed loop instruction. That is, the data moved out at single end is put back in at the other end. The shift instruction loses the data that is moved out of the last bit locations.