Changes

Z80

6 bytes added, 8 March
/* DD or FD-prefixed opcodes */
* In the instruction EX DE,HL, HL will not be replaced with IX or IY. The EXX instruction is not affected either.
* If (HL) and L or H are used in the same instruction, L and H are not replaced with IXL or IXH. For instance LD L,(IX+d) stores the content of (IX+d) into L, not IXL.
* If the next byte is a DD, '''ED''' or FD prefix, the current DD or FD prefix is ignored (it's equivalent to a NONI: No Op No Interrupt) and processing continues with the next byte. ED-prefixed opcodes cannot be altered by DD or FD prefixes.
=== DDCB or FDCB-prefixed opcodes ===
13,173
edits