The EffectiveAddress type exposes the following members.

Properties

  NameDescription
Public propertyAddressSize
Gets or sets the address size of the effective address.
Public propertyBaseRegister
Gets the base register.
Public propertyDisplacement
Gets or sets the expression specifying the displacement of the effective address.
Public propertyIndexRegister
Gets the index register.
Public propertyPreferredSize
Gets or sets the preferred size of the operand.
(Inherited from Operand.)
Public propertyRelativeAddress
Gets or sets whether the effective address is RIP-relative.
Public propertyScale
Gets or sets the scaling factor.
Public propertySize
Gets the actual size of operand.
(Inherited from Operand.)

See Also