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 <string.h>
#include "snes_op_table.h"
Go to the source code of this file.
Functions | |
static int | snesDisass (int M_flag, int X_flag, ut64 pc, RzAsmOp *op, const ut8 *buf, int len) |
|
static |
Definition at line 12 of file snesdis.c.
References len, snes_op_t::len, snes_op_t::name, pc, rz_read_le16(), rz_strbuf_set(), sdb_fmt(), snes_op, SNES_OP_16BIT, SNES_OP_24BIT, SNES_OP_32BIT, SNES_OP_8BIT, snes_op_get_size(), SNES_OP_IMM_M, SNES_OP_IMM_X, st16, and st8.
Referenced by _6502Disass(), and dis().