Remove comparison
This commit is contained in:
parent
e7e03bdff2
commit
4adaf2d4d9
|
@ -1,3 +1,3 @@
|
|||
# hack-assembler
|
||||
Hack machine language assembler, as specified in [nand2tetris project 6](https://www.nand2tetris.org/project06).<br>
|
||||
It also features syntax checking, and is extremely fast (about 10x faster than the reference implementation).
|
||||
It also features syntax checking, and is extremely fast.
|
||||
|
|
Loading…
Reference in New Issue