31 jrel_op(.op_obj = ret->
opcodes, .
op_name =
"JUMP_IF_FALSE", .op_code = 111, .pop = 1, .push = 1, .conditional =
true);
32 jrel_op(.op_obj = ret->
opcodes, .
op_name =
"JUMP_IF_TRUE", .op_code = 112, .pop = 1, .push = 1, .conditional =
true);
RZ_API void rz_list_purge(RZ_NONNULL RzList *list)
Empties the list without freeing the list pointer.
void add_arg_fmt(pyc_opcodes *ret, char *op_name, const char *(*formatter)(ut32 oparg))
pyc_opcodes * opcode_30(void)
const char * format_extended_arg(ut32 oparg)
const char * format_MAKE_FUNCTION_arg_3x(ut32 oparg)
pyc_opcodes * opcode_31(void)
pyc_opcode_object * opcodes