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
Directiveis the abstract syntax representation of the user’s program (i.e. the assembler’s input). ADirectiveis generated (from asuper::manuscript::SourceFileinstance) by the assembler once it has deduced the absolute address at which each block will be located.