Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 210 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 210 Bytes

HACKY

Assembler for hack IS (nand2tetris) written in Python

Usage:

python src/hacky.py file.asm

Run unit tests:

make run-unit-tests

Run static analysis

make run-static-analysis