Class InstructionWithDestinationAndSourceAndSize
Inheritance
System.Object
InstructionWithDestinationAndSourceAndSize
Assembly: XSharp.dll
Syntax
public abstract class InstructionWithDestinationAndSourceAndSize : InstructionWithDestinationAndSource, IInstructionWithDestination, IInstructionWithSource, IInstructionWithSize
Constructors
|
Improve this Doc
View Source
InstructionWithDestinationAndSourceAndSize()
Declaration
public InstructionWithDestinationAndSourceAndSize()
|
Improve this Doc
View Source
InstructionWithDestinationAndSourceAndSize(String)
Declaration
public InstructionWithDestinationAndSourceAndSize(string mnemonic)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Fields
|
Improve this Doc
View Source
mSize
Declaration
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
Size
Declaration
public byte Size { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
DetermineSize()
Declaration
protected virtual void DetermineSize()
|
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 |
|
Overrides
Implements