Type Definition lualite::bytecode::opcode::misc::jump_subcode::ConditionType
source · [−]pub type ConditionType = WildDestinationType<6>;
Expand description
How to interpret the conditional operand (bit 6)
Possible values are:
ConditionType::Register
— conditional operand will be interpreted as a registerConditionType::Global
— conditional operand will be interpreted as a key into the global table
The conditional operand is in bits 8..16 of the instruction