Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include "../arch/snes/snesdis.c"
#include "asm_snes.h"
Go to the source code of this file.
Functions | |
static int | dis (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
static bool | snes_asm_init (void **user) |
static bool | snes_asm_fini (void *user) |
Variables | |
RzAsmPlugin | rz_asm_plugin_snes |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 12 of file asm_snes.c.
References a, len, snes_asm_flags::M, snesDisass(), and snes_asm_flags::X.
Referenced by cmd_pCd(), cmd_pCD(), cmd_pCx(), rz_core_visual_xrefs(), and rz_main_rz_asm().
|
static |
|
static |
Definition at line 37 of file asm_snes.c.
RZ_API RzLibStruct rizin_plugin |
Definition at line 61 of file asm_snes.c.
RzAsmPlugin rz_asm_plugin_snes |
Definition at line 48 of file asm_snes.c.