Struct capstone_sys::m680x_op_rel [−][src]
#[repr(C)]pub struct m680x_op_rel { pub address: u16, pub offset: i16, }
Expand description
Instruction’s memory operand referring to relative addressing (Bcc/LBcc)
Fields
address: u16
< The absolute address. < calculated as PC + offset. PC is the first < address after the instruction.
offset: i16
< the offset/displacement value