op_type
short op_num, op_type;
if (op != NULL && op->op_type == UNOP)
if (op != NULL && op->op_type == BINOP)
if (t_wp_op && t_wp_op->op_type == UNOP) {
if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) {
if (!((op->op_type == UNOP && isoperand()) ||
return op->op_type == BINOP && (t[0] != ')' || t[1] != '\0');
op_type(i, 1, ASM_OPER_PR);
op_type(i, 1, ASM_OPER_PR_ROT);
op_type(i, 2, ot);
op_type(i, 2, ASM_OPER_AREG);
op_type(i, 3, ASM_OPER_AREG);
op_type(i, 4, ASM_OPER_AREG);
op_type(i, 5, ASM_OPER_AREG);
op_type(i, 4, ASM_OPER_AREG);
op_type(i, 2, ASM_OPER_AREG);
op_type(i, 1, ASM_OPER_PSR_L);
op_type(i, 1, ASM_OPER_PSR_UM);
op_type(i, 2, ASM_OPER_PSR);
op_type(i, 2, ASM_OPER_PSR_UM);