cs_m68k

The M68K instruction and it's operands

Members

Variables

op_count
ubyte op_count;

< number of operands for the instruction

op_size
m68k_op_size op_size;

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

operands
cs_m68k_op[M68K_OPERAND_COUNT] operands;

< operands for this instruction.

Meta