|}
|}
=== DD or FD-prefixed opcodes ===
If an opcode is prefixed by DD, the instruction is changed as follows:
* HL is replaced by IX
* H is replaced by IXH
* L is replaced by IXL
* (HL) is replaced by (IX+d)
Same for the FD prefix but with IY instead of IX.
== Oddities ==