pub const CALL_CC_OPBASE: u8 = 0b11_000_100;
Expand description

Base of the conditional CALL cc opcode.

Match instructions with: (code & CALL_CC_OPMASK) == CALL_CC_OPBASE.

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