print_op
print_op(op, s->s_name, a2);
print_op(op, a1, a2);
print_op(op, "unknown", a2);
void print_op (u_int8_t, const char *, const char *);