Update README.md

This commit is contained in:
Augusto Gunsch 2020-10-25 01:15:33 +00:00 committed by GitHub
parent cfb4352418
commit e7e03bdff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# hack-assembler
Hack machine language 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).