Transforms Hack Assembly into Hack Machine Language
Go to file
Collin J. Doering 7eba112bf0 Working basic assembler
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>
2015-06-15 03:57:37 -04:00
.gitignore Working basic assembler 2015-06-15 03:57:37 -04:00
Asmblr.hs Working basic assembler 2015-06-15 03:57:37 -04:00