Changes
Z80
,/* Z80 Instructions */
{| class="wikitable" style="white-space: nowrap;"
! notation !! Meaning !! respective Opcode bits
|-
| nn || 16-bit address or immediate || lolololo hihihihi
|-
| d || 8-bit signed relative offset || dddddddd
|-
| e || 16-bit relative address || dddddddd (e minus address of next instruction)|-| ixy || Index register (ix, iy) || b = 0, 1|-| p || Half index register (ixh, ixl, iyh, iyl) || (i, b) = (0, 0), (0, 1), (1, 0), (1, 1)eeeeeeee
|-
| n || 8-bit immediate || nnnnnnnn
|}