xcore_op_mem

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

extern (C)
struct xcore_op_mem {}

Members

Variables

base
ubyte base;

< base register, can be safely interpreted as

direct
int direct;

< +1: forward, -1: backward

disp
int disp;

< displacement/offset value

index
ubyte index;

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

Meta