Constant z80emu::opconsts::JP_CC_OPBASE

source ·
pub const JP_CC_OPBASE: u8 = 0b11_000_010;
Expand description

Base of the conditional JP cc opcode.

Match instructions with: (code & JP_CC_OPMASK) == JP_CC_OPBASE.

Build instructions with: JP_CC_OPBASE|Condition::CC.to_code().