Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Classes | |
struct | spc700_op_t |
Typedefs | |
typedef struct spc700_op_t | Spc700Op |
Enumerations | |
enum | Spc700ArgType { SPC700_ARG_NONE , SPC700_ARG_IMM8 , SPC700_ARG_ABS8 , SPC700_ARG_ABS8_REL8 , SPC700_ARG_ABS8_ABS8 , SPC700_ARG_ABS16 , SPC700_ARG_ABS13_BIT3 , SPC700_ARG_REL8 , SPC700_ARG_IMM8_ABS8 , SPC700_ARG_UPPER8 } |
Variables | |
static const Spc700Op | spc700_op_table [] |
typedef struct spc700_op_t Spc700Op |
enum Spc700ArgType |
Enumerator | |
---|---|
SPC700_ARG_NONE | |
SPC700_ARG_IMM8 | |
SPC700_ARG_ABS8 | |
SPC700_ARG_ABS8_REL8 | |
SPC700_ARG_ABS8_ABS8 | |
SPC700_ARG_ABS16 | |
SPC700_ARG_ABS13_BIT3 | |
SPC700_ARG_REL8 | |
SPC700_ARG_IMM8_ABS8 | |
SPC700_ARG_UPPER8 |
Definition at line 6 of file spc700_opcode_table.h.
Definition at line 24 of file spc700_opcode_table.h.
Referenced by spc700_disas().