Capstone Documentation Beta

Structure M680xInstruction.​Operand.​Relative​Address

public struct RelativeAddress

Operand referring to relative addressing (Bcc/LBcc).

Member Of

M680xInstruction.Operand

Operand for M680x instructions.

Properties

address

let address: UInt16

The absolute address, calculated as PC + offset.

PC is the first address after the instruction.

offset

let offset: Int16

the offset/displacement value.