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

Public Attributes

ut8 opcode
 
ut8 a_type
 
ut8 b_type
 
ut16 a
 
ut16 b
 

Detailed Description

Definition at line 16 of file dis.c.

Member Data Documentation

◆ a

ut16 op_basic::a

Definition at line 21 of file dis.c.

Referenced by instrGet(), and instrPrint().

◆ a_type

ut8 op_basic::a_type

Definition at line 18 of file dis.c.

Referenced by instrGet(), instrGetCycles(), and instrPrint().

◆ b

ut16 op_basic::b

Definition at line 22 of file dis.c.

Referenced by instrGet(), and instrPrint().

◆ b_type

ut8 op_basic::b_type

Definition at line 19 of file dis.c.

Referenced by instrGet(), instrGetCycles(), and instrPrint().

◆ opcode

ut8 op_basic::opcode

Definition at line 17 of file dis.c.

Referenced by capstone.CsInsn::__gen_detail(), dcpu16_disasm(), instrGetCycles(), and instrPrint().


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