Opcodes

Constant definitions of Z80 opcodes.  This will be normally used as data for self-modifying code.

Summary
OpcodesConstant definitions of Z80 opcodes.
Constants
opc_JROpcode for “JR xx” instruction.
opc_LD_DOpcode for “LD d, xx” instruction.

Constants

opc_JR

Opcode for “JR xx” instruction.  Requires 1-byte parameter (xx)

opc_LD_D

Opcode for “LD d, xx” instruction.  Requires 1-byte parameter (xx)

Close