Gets the base of the operation.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Immediate Base { get; }
Visual Basic
Public ReadOnly Property Base As Immediate
	Get
Visual C++
public:
property Immediate^ Base {
	Immediate^ get ();
}

Field Value

An Immediate operand; or nullNothingnullptra null reference (Nothing in Visual Basic) to use base 10.

See Also