9 RZ_LOG_DEBUG(
"Cannot disassemble lua53 opcode (truncated).\n");
24 int is_special_B =
b & 0x100;
25 int is_special_C =
c & 0x100;
27 int special_c = 0xFF -
c;
28 int special_b = 0xFF -
b;
95 a, special_b, special_c);
int lua53_disasm(RzAsmOp *op, const ut8 *buf, int len, LuaOpNameList opnames)
char * luaop_new_str_2arg(char *opname, int a, int b)
char * luaop_new_str_3arg(char *opname, int a, int b, int c)
LuaInstruction lua_build_instruction(const ut8 *buf)
char * luaop_new_str_1arg(char *opname, int a)
#define RZ_LOG_DEBUG(fmtstr,...)
RZ_API char * rz_str_new(const char *str)
RZ_API bool rz_strbuf_append(RzStrBuf *sb, const char *s)