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

#include <mips.h>

Public Attributes

mips_reg base
 base register More...
 
int64_t disp
 displacement/offset value More...
 

Detailed Description

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

Definition at line 234 of file mips.h.

Member Data Documentation

◆ base

mips_reg mips_op_mem::base

base register

Definition at line 235 of file mips.h.

◆ disp

int64_t mips_op_mem::disp

displacement/offset value

Definition at line 236 of file mips.h.

Referenced by capstone.CsInsn::__gen_detail().


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