Expand description
Intermetiate representation of the assembly language input.
This is arranged as a sequence of instruction (not scope) blocks, each with an optional origin.
Structs§
- Directive 🔒
- The
Directive
is the abstract syntax representation of the user’s program (i.e. the assembler’s input). ADirective
is generated (from asuper::manuscript::SourceFile
instance) by the assembler once it has deduced the absolute address at which each block will be located.