Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_lib.h>
#include <rz_util.h>
#include <rz_asm.h>
#include "../arch/sh/disassembler.h"
#include "../arch/sh/assembler.h"
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 *ao, const char *str) |
Variables | |
RzAsmPlugin | rz_asm_plugin_sh |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 25 of file asm_sh.c.
References a, rz_asm_op_t::buf, rz_strbuf_setbin(), rz_write_ble16(), sh_assembler(), and cmd_descs_generate::str.
Definition at line 11 of file asm_sh.c.
References a, free(), RZ_FREE, rz_read_ble16(), rz_strbuf_set(), sh_disassembler(), and sh_op_to_str().
RZ_API RzLibStruct rizin_plugin |
RzAsmPlugin rz_asm_plugin_sh |