Class LiteralAssemblerCode
Inheritance
System.Object
LiteralAssemblerCode
Assembly: XSharp.dll
Syntax
public class LiteralAssemblerCode : Instruction
Constructors
|
Improve this Doc
View Source
LiteralAssemblerCode(String)
Declaration
public LiteralAssemblerCode(string code)
Parameters
Type |
Name |
Description |
System.String |
code |
|
Properties
|
Improve this Doc
View Source
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|