Hack machine language assembler
Go to file
Augusto Gunsch 92f5fc88e5
Fix wrong array size
2020-11-17 12:45:28 -03:00
.gitignore Rename countvars 2020-10-24 22:35:54 -03:00
LICENSE Initial commit 2020-10-25 01:04:13 +00:00
Makefile Add assembler 2020-10-24 22:06:07 -03:00
README.md Remove comparison 2020-10-24 22:33:57 -03:00
assembler.c Fix wrong array size 2020-11-17 12:45:28 -03:00

README.md

hack-assembler

Hack machine language assembler, as specified in nand2tetris project 6.
It also features syntax checking, and is extremely fast.