Skip to main content

get_op_mode

Function get_op_mode 

Source
pub fn get_op_mode(op: OpCode) -> OpMode
Expand description

Extract the OpMode for an opcode.

C: getOpMode(m)cast(enum OpMode, luaP_opmodes[m] & 7)