Constant z80emu::opconsts::RET_CC_OPBASE

source ·
pub const RET_CC_OPBASE: u8 = 0b11_000_000;
Expand description

Base of the conditional RET cc opcode.

Match instructions with: (code & RET_CC_OPMASK) == RET_CC_OPBASE.

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