[][src]Crate lc3asm

Macros

collect_inner
pair_error_message
write_fields

Structs

AsmParser

Parser struct.

Enums

Error

Assembler-related error type.

Rule

Functions

assemble

Reads code from input and produces object code output and symbol table.

assemble_from_pairs

Reads code from slice of pairs and produces object code output.

parse

Reads code from input and produces Vec of parsed pairs.