Additionally, added scaffolding for the future implementation of a test
suite, as well as TODO markers for documentation.
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
Need to implement a fancier main function that accepts a few other
arguments and can take input from stdin and output to stdout instead of
a file.
asmblr [-o[--output=] out] file
Where:
- out is the name of the file to write to, or '-' for stdout
- file is the name of the input hack asm file or '-' for stdin
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>