5 lines
209 B
Batchfile
5 lines
209 B
Batchfile
@echo off
|
|
bas2tap -a10 -smoebius loader.bas loader.tap
|
|
sjasmplus main.asm --lst=main.lst
|
|
copy /b loader.tap+player.tap+page0.tap+page1.tap+page3.tap+page4.tap+page6.tap+page7.tap+splash.tap "moebius.tap"
|
|
pause |