Class ConditionalMove
Inheritance
System.Object
ConditionalMove
Implements
Inherited Members
Namespace: XSharp.Assembler.x86
Assembly: XSharp.dll
Syntax
public class ConditionalMove : InstructionWithDestinationAndSourceAndSize, IInstructionWithDestination, IInstructionWithSource, IInstructionWithSize, IInstructionWithCondition
Properties
| Improve this Doc View SourceCondition
Declaration
public ConditionalTestEnum Condition { get; set; }
Property Value
Type | Description |
---|---|
ConditionalTestEnum |
Methods
| Improve this Doc View SourceWriteText(Assembler, System.IO.TextWriter)
Declaration
public override void WriteText(Assembler aAssembler, System.IO.TextWriter aOutput)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAssembler | |
System.IO.TextWriter | aOutput |