Initializes a new instance of the Immediate class.

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

Syntax

C#
public Immediate(
	Int128 constant
)
Visual Basic
Public Sub New ( _
	constant As Int128 _
)
Visual C++
public:
Immediate(
	Int128 constant
)

Parameters

constant
Type: SharpAssembler.Core..::..Int128
A constant.

See Also