A register operand.

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 RegisterOperand : Operand, 
	IRegisterOrMemoryOperand, ISourceOperand, IOperand
Visual Basic
Public Class RegisterOperand _
	Inherits Operand _
	Implements IRegisterOrMemoryOperand, ISourceOperand, IOperand
Visual C++
public ref class RegisterOperand : public Operand, 
	IRegisterOrMemoryOperand, ISourceOperand, IOperand

Remarks

In the Intel manuals, a register operand is denoted as r8, r16, r32 or r64.

Inheritance Hierarchy

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

See Also