Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_asm.h>
#include <rz_types.h>
#include <stdio.h>
#include <string.h>
#include "z80_tab.h"
Go to the source code of this file.
Functions | |
static ut8 | z80_op_24_branch_index_res (ut8 hex) |
static int | z80OpLength (const ut8 *buf, int len) |
static FUNC_ATTR_USED int | z80Disass (RzAsmOp *op, const ut8 *buf, int len) |
Definition at line 71 of file z80.c.
References len, rz_asm_op_set_asm(), sdb_fmt(), type, Z80_ARG16, Z80_ARG8, z80_ed_branch_index_res(), Z80_ENC0, Z80_ENC1, z80_fddd_branch_index_res(), z80_op, Z80_OP16, Z80_OP24, Z80_OP8, z80_op_24_branch_index_res(), Z80_OP_UNK, and z80OpLength().
Referenced by do_disassemble().
Definition at line 28 of file z80.c.
References len, op, type, Z80_ARG16, Z80_ARG8, z80_ed_branch_index_res(), Z80_ENC0, Z80_ENC1, z80_fddd_branch_index_res(), z80_op, Z80_OP16, Z80_OP24, Z80_OP8, and Z80_OP_UNK.
Referenced by z80Disass().