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

#include <sparc.h>

Public Attributes

uint8_t base
 
uint8_t index
 index register, same conditions apply here More...
 
int32_t disp
 displacement/offset value More...
 

Detailed Description

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

Definition at line 180 of file sparc.h.

Member Data Documentation

◆ base

uint8_t sparc_op_mem::base

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

Definition at line 181 of file sparc.h.

◆ disp

int32_t sparc_op_mem::disp

displacement/offset value

Definition at line 185 of file sparc.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ index

uint8_t sparc_op_mem::index

index register, same conditions apply here

Definition at line 184 of file sparc.h.


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