The SET (Set Byte on Condition) 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 Set : Instruction, IConditionalInstruction |
Visual Basic |
---|
Public Class Set _ Inherits Instruction _ Implements IConditionalInstruction |
Visual C++ |
---|
public ref class Set : public Instruction, IConditionalInstruction |
Contracts
Invariants |
---|
this.destination != null |
this.destination is EffectiveAddress || this.destination is RegisterOperand |
Enum.IsDefined(typeof(InstructionCondition), this.condition) |
this.condition != InstructionCondition.None |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Set
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Set