Changes
Z80
,/* Z80 Instructions: E */
{| class="wikitable" border="1"
|-
! Instruction !! Opcode !! NOPs !! Cycles !! S !! Z !! 5 !! H !! 3 !! P !! N !! C !! Effect !! Description
|-
| ei || 11111011 || || 4 || - || - || - || - || - || - || - || - || iff1 := 1, iff2 := 1 after the next instruction || Enable Interrupts
|-
| ex (sp),hl || 11100011 || || 19 || - || - || - || - || - || - || - || - || (sp) <=> hl ||rowspan=5|Exchange
|-
| ex (sp),I || 11i11101 11100011 || || 23 || - || - || - || - || - || - || - || - || (sp) <=> I
|-
| ex af,af' || 00001000 || || 4 || X || X || X || X || X || X || X || X || af <=> af'
|-
| ex de,hl || 11101011 || || 4 || - || - || - || - || - || - || - || - || de <=> hl
|-
| exx || 11011001 || || 4 || - || - || - || - || - || - || - || - || bc, de, hl <=> bc', de', hl'
|}