Structure
    M680xInstruction.Operand.RelativeAddress
public struct RelativeAddress
Operand referring to relative addressing (Bcc/LBcc).
Relationships
Member Of
M680xInstruction.OperandOperand 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.