M680xOpRel

Instruction's memory operand referring to relative addressing (Bcc/LBcc)

struct M680xOpRel {}

Members

Variables

address
ushort address;

The absolute address. Calculated as PC + offset. PC is the first address after the instruction.

offset
short offset;

The offset/displacement value

Meta