Module root
lc3tools_sys
grader
Creates an Inputter that's backed by a buffer.
Inputter
Creates a Printer that's backed by a buffer.
Printer
Creates an Inputter that calls a function to get input chars.
char
Creates a Printer that calls a function for every char that's emitted.
Frees the memory allocated to the given sim instance.
sim
Gets the value of a memory address.
Loads a program into memory (and resets memory, probably).
Creates a new sim with the given Printer and Inputter.
Creates a new sim with the no-op Printer and Inputter.
Creates a no-op Inputter.
Creates a no-op Printer.
Runs the program starting at the given PC.