sysz_op_mem

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

extern (C)
struct sysz_op_mem {}

Members

Variables

base
ubyte base;

< base register, can be safely interpreted as

disp
long disp;

< displacement/offset value

index
ubyte index;

< a value of type sysz_reg, but it is only < one byte wide///< index register, same conditions apply here

length
ulong length;

< BDLAddr operand

Meta