Gets the register whose bytes are swapped.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public RegisterOperand Subject { get; } |
Visual Basic |
---|
Public ReadOnly Property Subject As RegisterOperand Get |
Visual C++ |
---|
public: property RegisterOperand^ Subject { RegisterOperand^ get (); } |
Field Value
A RegisterOperand operand.
Contracts
Get
Ensures |
---|
Contract.Result<RegisterOperand>() != null |