16 case 0x46:
return 0x40;
17 case 0x4e:
return 0x41;
18 case 0x56:
return 0x42;
19 case 0x5e:
return 0x43;
20 case 0x66:
return 0x44;
21 case 0x6e:
return 0x45;
22 case 0x76:
return 0x46;
23 case 0x7e:
return 0x47;
25 return (
hex > 0x7f)?
hex - 0x38: 0xc8;
30 int type = 0, ret = 0;
80 const char *buf_asm =
"invalid";
92 cb_tab = (
const char **) z_op[
buf[0]].op_moar;
118 cb_tab = (
const char **) z_op[res].op_moar;
126 if (!strcmp (buf_asm,
"invalid")) {
RZ_API void rz_asm_op_set_asm(RzAsmOp *op, const char *str)
RZ_API char * sdb_fmt(const char *fmt,...)
static const char hex[16]
static int z80OpLength(const ut8 *buf, int len)
static FUNC_ATTR_USED int z80Disass(RzAsmOp *op, const ut8 *buf, int len)
static ut8 z80_op_24_branch_index_res(ut8 hex)
static const z80_opcode z80_op[]
static ut8 z80_ed_branch_index_res(ut8 hex)
static ut8 z80_fddd_branch_index_res(ut8 hex)