M68kInstructionDetail

M68k-specific information about an instruction

Constructors

this
this(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.

Members

Variables

opSize
M68kOpSize opSize;

Size of data operand works on in bytes (.b, .w, .l, etc)

operands
M68kOp[] operands;

Operands for this instruction.

Meta