|
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 <v850_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_v850 |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 12 of file asm_v850.c.
References a, cmd, len, rz_asm_op_set_asm(), sdb_fmt(), and v850_decode_command().
| RZ_API RzLibStruct rizin_plugin |
Definition at line 39 of file asm_v850.c.
| RzAsmPlugin rz_asm_plugin_v850 |
Definition at line 28 of file asm_v850.c.