Class Emitters
Inheritance
System.Object
Emitters
Namespace: XSharp.x86.Emitters
Assembly: XSharp.dll
Syntax
public abstract class Emitters : object
Constructors
| Improve this Doc View SourceEmitters(Compiler, Assembler)
Declaration
protected Emitters(Compiler aCompiler, Assembler aAsm)
Parameters
Type | Name | Description |
---|---|---|
Compiler | aCompiler | |
Assembler | aAsm |
Properties
| Improve this Doc View SourceAsm
Declaration
protected Assembler Asm { get; }
Property Value
Type | Description |
---|---|
Assembler |
Compiler
Declaration
protected Compiler Compiler { get; }
Property Value
Type | Description |
---|---|
Compiler |