sparc_op_mem

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

extern (C)
struct sparc_op_mem {}

Members

Variables

base
ubyte base;

< base register, can be safely interpreted as

disp
int disp;

< displacement/offset value

index
ubyte index;

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

Meta