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

#include <propeller_disas.h>

Public Attributes

unsigned type
 
ut16 src
 
ut16 dst
 
ut16 opcode
 
ut8 immed
 
char prefix [16]
 
char instr [PROP_INSTR_MAXLEN]
 
char operands [PROP_INSTR_MAXLEN]
 

Detailed Description

Definition at line 113 of file propeller_disas.h.

Member Data Documentation

◆ dst

ut16 propeller_cmd::dst

Definition at line 116 of file propeller_disas.h.

◆ immed

ut8 propeller_cmd::immed

Definition at line 118 of file propeller_disas.h.

◆ instr

char propeller_cmd::instr[PROP_INSTR_MAXLEN]

Definition at line 120 of file propeller_disas.h.

◆ opcode

ut16 propeller_cmd::opcode

Definition at line 117 of file propeller_disas.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ operands

char propeller_cmd::operands[PROP_INSTR_MAXLEN]

◆ prefix

char propeller_cmd::prefix[16]

Definition at line 119 of file propeller_disas.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ src

ut16 propeller_cmd::src

Definition at line 115 of file propeller_disas.h.

◆ type


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