Rizin
unix-like reverse engineering framework and cli tools
|
The M68K instruction and it's operands. More...
#include <m68k.h>
Public Attributes | |
cs_m68k_op | operands [M68K_OPERAND_COUNT] |
operands for this instruction. More... | |
m68k_op_size | op_size |
size of data operand works on in bytes (.b, .w, .l, etc) More... | |
uint8_t | op_count |
number of operands for the instruction More... | |
uint8_t cs_m68k::op_count |
m68k_op_size cs_m68k::op_size |
size of data operand works on in bytes (.b, .w, .l, etc)
Definition at line 213 of file m68k.h.
Referenced by capstone.CsInsn::__gen_detail(), and printAddressingMode().
cs_m68k_op cs_m68k::operands[M68K_OPERAND_COUNT] |
operands for this instruction.
Definition at line 212 of file m68k.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().