Shift and Rotation
These instructions perform arithmetic and logical shift and rotation with or without extra carry. |
| ASL, ASR | Arithmetic shift left/right. |
| LSL, LSR | Logical shift left/right. |
| ROL, ROR | Rotation left/right without extra carry. |
| ROXL, ROXR | Rotation left/right through extra carry. |