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

#include <msp430_disas.h>

Public Attributes

ut8 type
 
ut8 opcode
 
st16 jmp_addr
 
ut16 call_addr
 
ut8 jmp_cond
 
char instr [7+1]
 
char operands [2 *(2+4+2+3)+2+1]
 

Detailed Description

Definition at line 81 of file msp430_disas.h.

Member Data Documentation

◆ call_addr

ut16 msp430_cmd::call_addr

Definition at line 85 of file msp430_disas.h.

◆ instr

char msp430_cmd::instr[7+1]

Definition at line 91 of file msp430_disas.h.

◆ jmp_addr

st16 msp430_cmd::jmp_addr

Definition at line 84 of file msp430_disas.h.

◆ jmp_cond

ut8 msp430_cmd::jmp_cond

Definition at line 86 of file msp430_disas.h.

◆ opcode

ut8 msp430_cmd::opcode

Definition at line 83 of file msp430_disas.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ operands

char msp430_cmd::operands[2 *(2+4+2+3)+2+1]

◆ type


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