|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>Go to the source code of this file.
Classes | |
| struct | snes_op_t |
Enumerations | |
| enum | { SNES_OP_8BIT = 1 , SNES_OP_16BIT , SNES_OP_24BIT , SNES_OP_32BIT , SNES_OP_IMM_M , SNES_OP_IMM_X } |
Functions | |
| static int | snes_op_get_size (int M_flag, int X_flag, snes_op_t *op) |
Variables | |
| static snes_op_t | snes_op [] |
| anonymous enum |
| Enumerator | |
|---|---|
| SNES_OP_8BIT | |
| SNES_OP_16BIT | |
| SNES_OP_24BIT | |
| SNES_OP_32BIT | |
| SNES_OP_IMM_M | |
| SNES_OP_IMM_X | |
Definition at line 9 of file snes_op_table.h.
Definition at line 24 of file snes_op_table.h.
References SNES_OP_16BIT, SNES_OP_24BIT, SNES_OP_IMM_M, and SNES_OP_IMM_X.
Referenced by _6502_op(), snes_anop(), and snesDisass().
|
static |
Definition at line 33 of file snes_op_table.h.
Referenced by _6502_op(), snes_anop(), and snesDisass().