The RCR (Rotate Through Carry Right) instruction.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class Rcr : Instruction |
Visual Basic |
---|
Public Class Rcr _ Inherits Instruction |
Visual C++ |
---|
public ref class Rcr : public Instruction |
Contracts
Invariants |
---|
this.value != null |
this.value is EffectiveAddress || this.value is RegisterOperand |
this.positions == null || ( this.positions is Immediate || this.positions is EffectiveAddress || this.positions is RegisterOperand) |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Rcr
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Rcr