d80.z80

Zilog Z80 instruction tables.

Members

Structs

z80
struct z80

Strings and instruction lengths for Zilog Z80.

Variables

insnz80
z80[] insnz80;

Main instructions table for Zilog Z80.

insnz80cb
z80[] insnz80cb;

Bit instructions (CB) table for Z80. n = 0 because all instructions in this table are 2 bytes in length and we handle that in the primary table.

insnz80dd
z80[] insnz80dd;

IX instructions (DD) table for Z80. Invalid instructions are marked nop.

insnz80ddcb
z80[] insnz80ddcb;

IX bit instructions (DDCB) table for Z80.

insnz80ed
z80[] insnz80ed;

Extended instructions (ED) table for Z80. Invalid instructions are marked nop.

insnz80fd
z80[] insnz80fd;

IY instructions (FD) table for Z80. Invalid instructions are marked nop.

insnz80fdcb
z80[] insnz80fdcb;

IY bit instructions (FDCB) table for Z80.

Meta