OP3
#define OP3(machcode) (((machcode) >> 19) & 0x3f)
#define OP3(x) (((union instruct *) (x))->f_3c.op3)
#define OP3(x, y, z) dt_node_op3(x, y, z)
#define OP3(x) (((x) >> 19) & 0x3f)