Initial commit

This commit is contained in:
2024-10-21 08:30:19 +00:00
commit 64b7536fd5
7 changed files with 1251 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
limmysswearingxylophone.tap: loader.tap xylo.tap
cat loader.tap xylo.tap > limmysswearingxylophone.tap
loader.tap: loader.bas
zmakebas -l -a @code -n "limxylo" -o loader.tap loader.bas
xylo.tap: xylo.asm sample.asm
pasmo --tap xylo.asm xylo.tap