Initializes a new instance of the SimpleExpression class with the specified (reference + offset) expression.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SimpleExpression(
	Reference reference,
	Int128 constant
)
Visual Basic
Public Sub New ( _
	reference As Reference, _
	constant As Int128 _
)
Visual C++
public:
SimpleExpression(
	Reference^ reference, 
	Int128 constant
)

Parameters

reference
Type: SharpAssembler.Core.Symbols..::..Reference
The reference whose address is used.
constant
Type: SharpAssembler.Core..::..Int128
A constant value added to the reference address.

See Also