Class Cmps
Inheritance
System.Object
Cmps
Assembly: XSharp.dll
Syntax
public class Cmps : InstructionWithSize, IInstructionWithSize, IInstructionWithPrefix
Properties
|
Improve this Doc
View Source
Prefixes
Declaration
public InstructionPrefixes Prefixes { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
WriteText(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 |
|
Implements