Expand description
Fundamental types and errors.
Structs§
- Block
Identifier - The TX-2 Users Handbook describes a section of source code beginning with an optional origin as a “block”. See, for example section 6-2.5 and section 6-3.4 (specifically, page 6-23).
- IoFailed
- Describes a failure to perform I/O.
Enums§
- Assembler
Failure - A failure to read the source and emit a binary.
- IoAction
- Indicates whether we are reading a file or writing to one.
- IoTarget
- Describes the target of an I/O operation.
- Machine
Limit Exceeded Failure - A hardware limit was exceeded.
- Program
Error - Failure to assemble a program.
Functions§
- write_
os_ 🔒string - Writes an
OsStr
to stdout.