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

Instruction structure. More...

#include <mips.h>

Public Attributes

uint8_t op_count
 
cs_mips_op operands [10]
 operands for this instruction. More...
 

Detailed Description

Instruction structure.

Definition at line 250 of file mips.h.

Member Data Documentation

◆ op_count

uint8_t cs_mips::op_count

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

Definition at line 253 of file mips.h.

◆ operands

cs_mips_op cs_mips::operands[10]

operands for this instruction.

Definition at line 254 of file mips.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: