m680x_op_rel

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

extern (C)
struct m680x_op_rel {}

Members

Variables

address
ushort address;

< The absolute address.

offset
short offset;

< calculated as PC + offset. PC is the first < address after the instruction.///< the offset/displacement value

Meta