| ld sp,ixy || 11i11101 11111001 || 3 || 10 (4,6) || - || - || - || - || - || - || - || - || sp := ixy
|-
| ex (sp),hl || 11100011 || 6 || 19 (4,3,4,3,5) || - || - || - || - || - || - || - || - || (sp) <=> hl ||rowspan=5|exchangeExchange
|-
| ex (sp),ixy || 11i11101 11100011 || 7 || 23 (4,4,3,4,3,5) || - || - || - || - || - || - || - || - || (sp) <=> ixy
| exx || 11011001 || 1 || 4 (4) || - || - || - || - || - || - || - || - || bc, de, hl <=> bc', de', hl'
|-
| halt || 01110110 || 1 || 4 (4) || - || - || - || - || - || - || - || - || wait for interrupt || Suspends ccPU CPU operation
|-
| nop || 00000000 || 1 || 4 (4) || - || - || - || - || - || - || - || - || nothing ||no No Operation
|-
| ccf || 00111111 || 1 || 4 (4) || - || - || nn || X || nn || - || 0 || X || hf := cf, cf := ~cf || ccomplement ccarry Complement Carry Flag
|-
| scf || 00110111 || 1 || 4 (4) || - || - || nn || 0 || nn || - || 0 || 1 || nothing else || Set ccarry Carry Flag
|-
| di || 11110011 || 1 || 4 (4) || - || - || - || - || - || - || - || - || iff1 := 0, iff2 := 0 || Disable ixynterruptsInterrupts
|-
| ei || 11111011 || 1 || 4 (4) || - || - || - || - || - || - || - || - || iff1 := 1, iff2 := 1 after the next instruction || enable ixynterruptsEnable Interrupts
|-
| im 0 || 11101101 01*0*110 || 2 || 8 (4,4) || - || - || - || - || - || - || - || - || mode 0: execute instruction on bus ||rowspan=3|Set ixynterrupt Interrupt Mode
|-
| im 1 || 11101101 01*10110 || 2 || 8 (4,4) || - || - || - || - || - || - || - || - || mode 1: execute rst 38h
| im 2 || 11101101 01*11110 || 2 || 8 (4,4) || - || - || - || - || - || - || - || - || mode 2: call (i * 256 + byte on bus)
|-
| ld i,a || 11101101 01000111 || 3 || 9 (4,5) || - || - || - || - || - || - || - || - || i := a || rowspan=4|ccPU CPU State Load
|-
| ld r,a || 11101101 01001111 || 3 || 9 (4,5) || - || - || - || - || - || - || - || - || r := a