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

#include <rsp_idec.h>

Public Attributes

const char * mnemonic
 
rsp_opcode opcode
 
int noperands
 
rsp_operand operands [RSP_MAX_OPNDS]
 

Detailed Description

Definition at line 172 of file rsp_idec.h.

Member Data Documentation

◆ mnemonic

const char* rsp_instruction::mnemonic

Definition at line 173 of file rsp_idec.h.

Referenced by capstone.CsInsn::__repr__(), disassemble(), and rsp_instruction_decode().

◆ noperands

int rsp_instruction::noperands

Definition at line 175 of file rsp_idec.h.

Referenced by disassemble(), rsp_instruction_decode(), and rsp_op().

◆ opcode

rsp_opcode rsp_instruction::opcode

Definition at line 174 of file rsp_idec.h.

Referenced by capstone.CsInsn::__gen_detail(), rsp_instruction_decode(), and rsp_op().

◆ operands


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