Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include "../arch/i8080/i8080dis.c"
Go to the source code of this file.
Functions | |
static int | do_disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_i8080 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 10 of file asm_i8080.c.
References i8080_disasm(), len, RZ_MAX, and rz_strbuf_get().
RZ_API RzLibStruct rizin_plugin |
Definition at line 26 of file asm_i8080.c.
RzAsmPlugin rz_asm_plugin_i8080 |
Definition at line 15 of file asm_i8080.c.