A class for architecture-specific assembler context information.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class Context |
Visual Basic |
---|
Public Class Context |
Visual C++ |
---|
public ref class Context |
Remarks
An instance of the Context class (or a derived class) is created at the start of the assembling,
and updated as the instructions are processed.
Contracts
Invariants |
---|
this.representation != null |
this.relocationTable != null |
this.symbolTable != null |