Upload files to "/"

This commit is contained in:
2026-05-07 09:56:57 +12:00
parent 66e39adba8
commit b0220c579a
12 changed files with 1825 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
ca65 -g basic/basic.s
ca65 -g kernal/kernal.s
ld65 -C rom.cfg -o rom.bin basic/basic.o kernal/kernal.o -Ln rom.txt -m map.txt
python checksum.py --new basic.bin 0xa0 0x1f52
python checksum.py --new kernal.bin 0xe0 0x4ac
copy kernal.bin ..\