Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <string.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include "../arch/mcs96/mcs96.h"
Go to the source code of this file.
Functions | |
static int | mcs96_len (const ut8 *buf, int len, RzStrBuf *asm_buf) |
static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_mcs96 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 10 of file asm_mcs96.c.
References len, MCS96_2B, MCS96_2OP, MCS96_3B, MCS96_3B_OR_4B, MCS96_4B, MCS96_4B_OR_5B, MCS96_5B, MCS96_5B_OR_6B, MCS96_FE, mcs96_fe_op, mcs96_op, MCS96_REG_8, rz_strbuf_appendf(), rz_strbuf_set(), and type.
Referenced by disassemble().
RZ_API RzLibStruct rizin_plugin |
Definition at line 121 of file asm_mcs96.c.
RzAsmPlugin rz_asm_plugin_mcs96 |
Definition at line 110 of file asm_mcs96.c.