|
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 <h8300_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_h8300 |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 11 of file asm_h8300.c.
References cmd, h8300_decode_command(), rz_strbuf_set(), and sdb_fmt().
| RZ_API RzLibStruct rizin_plugin |
Definition at line 29 of file asm_h8300.c.
| RzAsmPlugin rz_asm_plugin_h8300 |
Definition at line 18 of file asm_h8300.c.