Module types

Module types 

Source
Expand description

Fundamental types and errors.

Structs§

BlockIdentifier
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§

AssemblerFailure
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.
MachineLimitExceededFailure
A hardware limit was exceeded.
ProgramError
Failure to assemble a program.

Functions§

write_os_string 🔒
Writes an OsStr to stdout.