C64 assembly port of original Apple 1 Woz Monitor + more
Go to file
stid fad701289f Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
arch First commit 2019-11-05 20:31:17 -08:00
.gitignore Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
README.md Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
hex.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
keyb.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
keyb2.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
main.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
math.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
mem_map.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -08:00
screen.asm Fine tune + Keyb2 (not impl yet) 2019-11-09 19:10:52 -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