An open API service indexing awesome lists of open source software.

https://github.com/funnydman/hacky

Assembler for hack IS (nand2tetris) written in Python
https://github.com/funnydman/hacky

nand2tetris nand2tetris-assembler nand2tetris-assignments nand2tetris-solutions

Last synced: 3 months ago
JSON representation

Assembler for hack IS (nand2tetris) written in Python

Awesome Lists containing this project

README

        

# 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
```