Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | gb_opcode |
Macros | |
#define | GB_8BIT 1 |
#define | GB_16BIT 2 |
#define | ARG_8 4 |
#define | ARG_16 8 |
#define | GB_IO 16 |
Variables | |
static const char * | cb_ops [] |
static const char * | cb_regs [] = { "b", "c", "d", "e", "h", "l", "[hl]", "a" } |
static gb_opcode | gb_op [] |
#define ARG_16 8 |
Definition at line 7 of file gb_op_table.h.
#define ARG_8 4 |
Definition at line 6 of file gb_op_table.h.
#define GB_16BIT 2 |
Definition at line 5 of file gb_op_table.h.
#define GB_8BIT 1 |
Definition at line 4 of file gb_op_table.h.
#define GB_IO 16 |
Definition at line 8 of file gb_op_table.h.
|
static |
Definition at line 15 of file gb_op_table.h.
Referenced by gb_anop().
Definition at line 20 of file gb_op_table.h.
Referenced by gb_anop().
|
static |
Definition at line 22 of file gb_op_table.h.
Referenced by gb_anop().