Rizin
unix-like reverse engineering framework and cli tools
m680x_op_rel Struct Reference

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

#include <m680x.h>

Public Attributes

uint16_t address
 
int16_t offset
 the offset/displacement value More...
 

Detailed Description

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

Definition at line 100 of file m680x.h.

Member Data Documentation

◆ address

uint16_t m680x_op_rel::address

The absolute address. calculated as PC + offset. PC is the first address after the instruction.

Definition at line 101 of file m680x.h.

Referenced by capstone.CsInsn::__repr__().

◆ offset

int16_t m680x_op_rel::offset

the offset/displacement value

Definition at line 104 of file m680x.h.


The documentation for this struct was generated from the following file: