X-Git-Url: http://git.shiar.nl/wormy.git/blobdiff_plain/c6abf522cd97c69c3426beb92769ce358063148f..8dcbed707c51a18497a464a3a383b82263c76f71:/makelvl.bat diff --git a/makelvl.bat b/makelvl.bat new file mode 100644 index 0000000..4982435 --- /dev/null +++ b/makelvl.bat @@ -0,0 +1,10 @@ +@echo off +echo Use MAKELVL to compile your Worm levelfile. +echo Format for LEVEL.Z80 is: (always leave .z80) +echo MAKELVL LEVEL +echo Needs TASM86.EXE and BIN2STR.EXE to compile. +echo. +tasm86 -80 -b %1.z80 +bin2str %1.obj 86 Levelfile for Worm .86 by Shiar +del %1.obj +del %1.lst