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

Instruction structure. More...

#include <xcore.h>

Public Attributes

uint8_t op_count
 
cs_xcore_op operands [8]
 operands for this instruction. More...
 

Detailed Description

Instruction structure.

Definition at line 85 of file xcore.h.

Member Data Documentation

◆ op_count

uint8_t cs_xcore::op_count

Number of operands of this instruction, or 0 when instruction has no operand.

Definition at line 88 of file xcore.h.

◆ operands

cs_xcore_op cs_xcore::operands[8]

operands for this instruction.

Definition at line 89 of file xcore.h.

Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().


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