OPCODE_JMP
#define OPCODE_JMP(op) (((op) & 0xf0ff) == 0x402b)
#define OPCODE_JMP(x) (((x) & 0xF0FF) == 0x402b)