RL Rotate bits left with Carry and store in register
Undocumented Rotate bits left with carry and store in register
There are a few undocumented instructions that performs an action and then copies the result into a register.
For example the official RLC (IX+nn)
0xDDCBnn06 instruction operates on a specific memory address,
however the undocumented RLC B,(IX+nn)
0xDDCBnn00 instruction does the same thing but then
copies the result into the B register.
Undocumented Rotate bits left with carry and store in register
Undocumented Rotate bits left with carry and store in register
Undocumented Rotate bits right with carry and store in register
Undocumented Rotate bits right with carry and store in register
Undocumented Shift bits left with carry and store in register
Undocumented Shift left logical and store in register
Undocumented Rotate bits right with carry and store in register
Undocumented Rotate bits right with carry and store in register