d80.z80

Undocumented in source.

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.

insnz80ed
z80[] insnz80ed;

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

Meta