Changes

Jump to: navigation, search

Z80

256 bytes added, 16:00, 1 September 2024
/* Opcodes */
|}
|}
 
=== 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 ==
13,173
edits