Expand description
Single-scope assembler implementation and related types.
See Assembler for more details on the low-level assembly process, or the
crate::ingest module for a higher-level interface.
Structs§
- Assembler
- Assembles a series of
RawOpinto raw bytes, tracking and resolving macros and labels, and handling dynamic pushes.
Enums§
- Error
- Errors that can occur while assembling instructions.
- RawOp
- An item to be assembled, which can be either an
AbstractOpor a raw byte sequence.