Rizin
unix-like reverse engineering framework and cli tools
|
The M680X instruction and it's operands. More...
#include <m680x.h>
Public Attributes | |
uint8_t | flags |
See: M680X instruction flags. More... | |
uint8_t | op_count |
number of operands for the instruction or 0 More... | |
cs_m680x_op | operands [M680X_OPERAND_COUNT] |
operands for this insn. More... | |
uint8_t cs_m680x::flags |
See: M680X instruction flags.
Definition at line 166 of file m680x.h.
Referenced by cmd_descs_generate.Arg::__str__(), print_insn_detail(), and print_insn_detail_m680x().
uint8_t cs_m680x::op_count |
number of operands for the instruction or 0
Definition at line 167 of file m680x.h.
Referenced by print_insn_detail(), and print_insn_detail_m680x().
cs_m680x_op cs_m680x::operands[M680X_OPERAND_COUNT] |
operands for this insn.
Definition at line 168 of file m680x.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), capstone.CsInsn::op_find(), print_insn_detail(), and print_insn_detail_m680x().