Rizin
unix-like reverse engineering framework and cli tools
|
#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... | |
Instruction's operand referring to memory This is associated with SYSZ_OP_MEM operand type above
uint8_t sysz_op_mem::base |
int64_t sysz_op_mem::disp |
displacement/offset value
Definition at line 97 of file systemz.h.
Referenced by capstone.CsInsn::__gen_detail().
uint8_t sysz_op_mem::index |