|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>#include <stdarg.h>#include <string.h>#include <rz_types.h>#include <rz_util.h>#include <rz_lib.h>#include <rz_asm.h>#include "../arch/dcpu16/dcpu16.h"#include "../arch/dcpu16/dis.c"#include "../arch/dcpu16/asm.c"Go to the source code of this file.
Functions | |
| static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
| static int | assemble (RzAsm *a, RzAsmOp *op, const char *buf) |
Variables | |
| RzAsmPlugin | rz_asm_plugin_dcpu16 |
| RZ_API RzLibStruct | rizin_plugin |
Definition at line 15 of file asm_dcpu16.c.
References dcpu16_disasm(), len, NULL, and rz_strbuf_set().
| RZ_API RzLibStruct rizin_plugin |
Definition at line 43 of file asm_dcpu16.c.
| RzAsmPlugin rz_asm_plugin_dcpu16 |
Definition at line 31 of file asm_dcpu16.c.