Changes

Z80

21 bytes removed, 10 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, prefixes cancel the current effects of immediately preceding DD or FD prefix is ignored prefixes (it's a they become NONI: No Op No Interrupt) and processing continues with the next byte. In other words, ED-prefixed opcodes cannot be altered by DD or FD prefixes.
=== DDCB or FDCB-prefixed opcodes ===
13,173
edits