Class Instruction
Inheritance
System.Object
Instruction
Assembly: XSharp.dll
Syntax
public abstract class Instruction : Instruction
Constructors
|
Improve this Doc
View Source
Instruction(Boolean, String)
Declaration
protected Instruction(bool aAddToAssembler, string mnemonic = null)
Parameters
Type |
Name |
Description |
System.Boolean |
aAddToAssembler |
|
System.String |
mnemonic |
|
|
Improve this Doc
View Source
Instruction(String)
Declaration
protected Instruction(string mnemonic = null)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Methods
|
Improve this Doc
View Source
SizeToString(Byte)
Declaration
protected static string SizeToString(byte aSize)
Parameters
Type |
Name |
Description |
System.Byte |
aSize |
|
Returns
Type |
Description |
System.String |
|