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

#include <systemz.h>

Public Attributes

uint8_t base
 
uint8_t index
 index register, same conditions apply here More...
 
uint64_t length
 BDLAddr operand. More...
 
int64_t disp
 displacement/offset value More...
 

Detailed Description

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

Definition at line 91 of file systemz.h.

Member Data Documentation

◆ base

uint8_t sysz_op_mem::base

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

Definition at line 92 of file systemz.h.

◆ disp

int64_t sysz_op_mem::disp

displacement/offset value

Definition at line 97 of file systemz.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ index

uint8_t sysz_op_mem::index

index register, same conditions apply here

Definition at line 95 of file systemz.h.

◆ length

uint64_t sysz_op_mem::length

BDLAddr operand.

Definition at line 96 of file systemz.h.


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