5 lines
138 B
Batchfile
5 lines
138 B
Batchfile
|
@echo off
|
||
|
bas2tap -a10 -spsgplay loader.bas loader.tap
|
||
|
sjasmplus main.asm --lst=main.lst
|
||
|
copy /b loader.tap+player.tap "moebius.tap"
|
||
|
pause
|