Gets or sets the immediate value.

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

Syntax

C#
public SimpleExpression Immediate { get; set; }
Visual Basic
Public Property Immediate As SimpleExpression
	Get
	Set
Visual C++
public:
property SimpleExpression^ Immediate {
	SimpleExpression^ get ();
	void set (SimpleExpression^ value);
}

Field Value

An SimpleExpression specifying the immediate value or symbol; or nullNothingnullptra null reference (Nothing in Visual Basic) to use no immediate. The default is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

The immediate value may be used as third opcode byte for AMD 3DNow! instructions.

See Also