Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <string.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include "../arch/v810/v810_disas.h"
Go to the source code of this file.
Functions | |
static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_v810 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 12 of file asm_v810.c.
References cmd, len, rz_asm_op_set_asm(), sdb_fmt(), and v810_decode_command().
RZ_API RzLibStruct rizin_plugin |
Definition at line 39 of file asm_v810.c.
RzAsmPlugin rz_asm_plugin_v810 |
Definition at line 27 of file asm_v810.c.