Class InstructionWithDestinationAndSize
Inheritance
System.Object
InstructionWithDestinationAndSize
Assembly: XSharp.dll
Syntax
public abstract class InstructionWithDestinationAndSize : InstructionWithDestination, IInstructionWithDestination, IInstructionWithSize
Constructors
|
Improve this Doc
View Source
InstructionWithDestinationAndSize(String)
Declaration
public InstructionWithDestinationAndSize(string mnemonic = null)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
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
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