Skip to main content

test_t_mode

Function test_t_mode 

Source
pub fn test_t_mode(op: OpCode) -> bool
Expand description

True if this opcode is a test (the next instruction must be a jump).

C: testTMode(m)luaP_opmodes[m] & (1 << 4)