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

#include <8051_ops.h>

Public Attributes

ut8 op
 
int cycles
 
op8051 instr
 
_RzAnalysisOpType type
 
char * string
 
size_t len
 
argmask8051 mask
 
argtype8051 arg1
 
argtype8051 arg2
 
argtype8051 arg3
 

Detailed Description

Definition at line 100 of file 8051_ops.h.

Member Data Documentation

◆ arg1

argtype8051 _8051_op_t::arg1

Definition at line 108 of file 8051_ops.h.

Referenced by i8051_op(), and rz_8051_disas().

◆ arg2

argtype8051 _8051_op_t::arg2

Definition at line 109 of file 8051_ops.h.

Referenced by i8051_op(), and rz_8051_disas().

◆ arg3

argtype8051 _8051_op_t::arg3

Definition at line 110 of file 8051_ops.h.

Referenced by rz_8051_disas().

◆ cycles

int _8051_op_t::cycles

Definition at line 102 of file 8051_ops.h.

Referenced by i8051_op().

◆ instr

op8051 _8051_op_t::instr

Definition at line 103 of file 8051_ops.h.

◆ len

size_t _8051_op_t::len

Definition at line 106 of file 8051_ops.h.

Referenced by i8051_op(), and rz_8051_disas().

◆ mask

argmask8051 _8051_op_t::mask

Definition at line 107 of file 8051_ops.h.

Referenced by rz_8051_disas().

◆ op

ut8 _8051_op_t::op

Definition at line 101 of file 8051_ops.h.

◆ string

char* _8051_op_t::string

Definition at line 105 of file 8051_ops.h.

Referenced by rz_8051_disas().

◆ type


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