Skip to main content

test_a_mode

Function test_a_mode 

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

True if this opcode writes to register A.

C: testAMode(m)luaP_opmodes[m] & (1 << 3)