|
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/amd29k/amd29k.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_amd29k |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 11 of file asm_amd29k.c.
References a, amd29k_instr_decode(), amd29k_instr_print(), len, rz_asm_op_set_asm(), and ut64().
| RZ_API RzLibStruct rizin_plugin |
Definition at line 41 of file asm_amd29k.c.
| RzAsmPlugin rz_asm_plugin_amd29k |
Definition at line 28 of file asm_amd29k.c.