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

#include <xcore.h>

Public Attributes

uint8_t base
 
uint8_t index
 index register, same conditions apply here More...
 
int32_t disp
 displacement/offset value More...
 
int direct
 +1: forward, -1: backward More...
 

Detailed Description

Instruction's operand referring to memory This is associated with XCORE_OP_MEM operand type above

Definition at line 65 of file xcore.h.

Member Data Documentation

◆ base

uint8_t xcore_op_mem::base

base register, can be safely interpreted as a value of type xcore_reg, but it is only one byte wide

Definition at line 66 of file xcore.h.

◆ direct

int xcore_op_mem::direct

+1: forward, -1: backward

Definition at line 71 of file xcore.h.

◆ disp

int32_t xcore_op_mem::disp

displacement/offset value

Definition at line 70 of file xcore.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ index

uint8_t xcore_op_mem::index

index register, same conditions apply here

Definition at line 69 of file xcore.h.


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