Rizin
unix-like reverse engineering framework and cli tools
|
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... | |
Instruction's memory operand referring to relative addressing (Bcc/LBcc)
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__().