Rizin
unix-like reverse engineering framework and cli tools
spc700_opcode_table.h File Reference
#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 Documentation

◆ Spc700Op

typedef struct spc700_op_t Spc700Op

Enumeration Type Documentation

◆ 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.

6  {
Spc700ArgType
@ SPC700_ARG_ABS8
@ SPC700_ARG_ABS8_REL8
@ SPC700_ARG_IMM8_ABS8
@ SPC700_ARG_REL8
@ SPC700_ARG_NONE
@ SPC700_ARG_IMM8
@ SPC700_ARG_ABS16
@ SPC700_ARG_ABS13_BIT3
@ SPC700_ARG_ABS8_ABS8
@ SPC700_ARG_UPPER8

Variable Documentation

◆ spc700_op_table

const Spc700Op spc700_op_table[]
static

Definition at line 24 of file spc700_opcode_table.h.

Referenced by spc700_disas().