Class ConditionalJump
Inheritance
System.Object
ConditionalJump
Inherited Members
Namespace: XSharp.Assembler.x86
Assembly: XSharp.dll
Syntax
public class ConditionalJump : JumpBase, IInstructionWithDestination, 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 |