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