M680xOp

Instruction's operand

Constructors

this
this(Capstone cs, cs_m680x_op internal)
Undocumented in source.

Alias This

value

Members

Variables

access
AccessFlags access;

How is this operand accessed? (READ, WRITE or READ|WRITE)

size
ubyte size;

Size of this operand (in bytes)

type
M680xOpType type;

Operand type

value
SafeUnion!M680xOpValue value;

Operand value of type type

Meta