Rizin
unix-like reverse engineering framework and cli tools
opcode_struct Struct Reference

Public Attributes

const char * name
 
uint16_t mask
 
uint16_t match
 
uint16_t ea_mask
 
uint16_t mask2
 
uint16_t match2
 

Detailed Description

Definition at line 9 of file M68KInstructionTblGen.c.

Member Data Documentation

◆ ea_mask

uint16_t opcode_struct::ea_mask

Definition at line 13 of file M68KInstructionTblGen.c.

Referenced by build_opcode_table().

◆ mask

uint16_t opcode_struct::mask

Definition at line 11 of file M68KInstructionTblGen.c.

Referenced by build_opcode_table().

◆ mask2

uint16_t opcode_struct::mask2

Definition at line 14 of file M68KInstructionTblGen.c.

Referenced by build_opcode_table().

◆ match

uint16_t opcode_struct::match

Definition at line 12 of file M68KInstructionTblGen.c.

Referenced by build_opcode_table().

◆ match2

uint16_t opcode_struct::match2

Definition at line 15 of file M68KInstructionTblGen.c.

Referenced by build_opcode_table().

◆ name


The documentation for this struct was generated from the following file: