pub fn test_a_mode(op: OpCode) -> bool
True if this opcode writes to register A.
C: testAMode(m) — luaP_opmodes[m] & (1 << 3)
testAMode(m)
luaP_opmodes[m] & (1 << 3)