A relative offset.

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 class MemoryOffset : Operand
Visual Basic
Public Class MemoryOffset _
	Inherits Operand
Visual C++
public ref class MemoryOffset : public Operand

Remarks

In the Intel manuals, a memory offset is denoted as moffs8, moffs16, moffs32 and moffs64. In the AMD manuals, a memory offset is denoted as moffset8, moffset16, moffset32 and moffset64.

Inheritance Hierarchy

System..::..Object
  SharpAssembler.x86.Operands..::..Operand
    SharpAssembler.x86.Operands..::..MemoryOffset

See Also