Class InstructionWithDestinationAndSourceAndPseudoOpcodes
Inheritance
System.Object
InstructionWithDestinationAndSourceAndPseudoOpcodes
Inherited Members
Namespace: XSharp.Assembler.x86.SSE
Assembly: XSharp.dll
Syntax
public abstract class InstructionWithDestinationAndSourceAndPseudoOpcodes : InstructionWithDestinationAndSource, IInstructionWithDestination, IInstructionWithSource
Properties
| Improve this Doc View SourcepseudoOpcode
Declaration
public byte pseudoOpcode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
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 |