Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include "../arch/spc700/spc700dis.c"
Go to the source code of this file.
Functions | |
static int | disassemble (RzAsm *a, RzAsmOp *rz_op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_spc700 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 11 of file asm_spc700.c.
References a, rz_asm_op_t::buf_asm, len, rz_asm_op_t::size, and spc700_disas().
RZ_API RzLibStruct rizin_plugin |
Definition at line 28 of file asm_spc700.c.
RzAsmPlugin rz_asm_plugin_spc700 |
Definition at line 17 of file asm_spc700.c.