Gets or sets a constant addend used to compute the value to be stored into the relocatable field.

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

Syntax

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

Field Value

The addend.

See Also