Rotate Instructions
How to decode rotate instructions from binary
Only four rotate instructions are defined in the main opcode set, all the rest
require the CB
prefix.
Instruction | F |
---|---|
With Carry | 0 |
Without Carry | 1 |
Instruction | D |
---|---|
Left | 0 |
Right | 1 |
Last modified November 16, 2021: Optimise decoding pages (f08ceb7)