The basic instructions supported in any architecture.
Classes
| Class | Description | |
|---|---|---|
| Align |
Emits padding bytes up to a specified boundary.
| |
| Comment |
A comment.
| |
| DeclareData |
Declares data.
| |
| DeclareData<(Of <(<'T>)>)> |
Declares data.
| |
| DeclareString |
Declares a string.
| |
| Define |
Defines a symbol with a value.
| |
| ExpressionEmittable |
An emittable which emits an expression result.
| |
| Extern |
Declares that a symbol is defined elsewhere.
| |
| Label |
A label, which defines a symbol.
| |
| LabelTypeExtensions |
Extensions for the LabelType enumeration.
| |
| RawEmittable |
An emittable which emits raw bytes.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| LabelType |
Specifies the type of symbol a label creates.
|