funnydman / hacky

Assembler for hack IS (nand2tetris) written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Assembler for hack IS (nand2tetris) written in Python


Languages

Language:Python 98.5%Language:Makefile 1.5%