Due to reordering I need to have two macros for checking if an opcode is of a type. If the type is signed then the upper bound must be OP_<type>_LONG whereas if it is unsigned then the upper bound must be OP_<type>_WORD.
Due to reordering I need to have two macros for checking if an opcode is of a type. If the type is signed then the upper bound must be OP_<type>_LONG whereas if it is unsigned then the upper bound must be OP_<type>_WORD.