C64 assembly port of original Apple 1 Woz Monitor + more
Go to file
Stefano Furiosi 6ff59442ca
Create LICENSE
2019-12-27 16:49:02 -08:00
arch improve 2019-11-16 14:09:22 -08:00
.gitignore Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
LICENSE Create LICENSE 2019-12-27 16:49:02 -08:00
README.md Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
hex.asm Fine tune 2019-11-22 18:50:25 -08:00
keyb2.asm Fine tune 2019-11-22 18:50:25 -08:00
main.asm Fine tune 2019-11-22 18:50:25 -08:00
math.asm Fine tune 2019-11-22 18:50:25 -08:00
mem_map.asm Fine tune 2019-11-22 18:50:25 -08:00
memory.asm Fine tune 2019-11-22 18:50:25 -08:00
screen.asm Fine tune 2019-11-22 18:50:25 -08:00
shell.asm Fine tune 2019-11-22 18:50:25 -08:00

README.md

Compile to Cart

cartconv -t normal -name "woz" -i main.prg -o woz.crt
x64 woz.crt
cartconv -i woz.crt -o woz.bin