/c64

Primary LanguagePython

make helloworld.d64

Makefile is setup to compile any asm file into a d64.

Setup

make bignum.d64
python -m venv .venv
./.venv/bin/activate
pip install -r requirements.txt
python -m pytest -v