diff --git a/Source/Apps/ramtest/ramtest.bat b/Source/Apps/ramtest/ramtest.bat new file mode 100644 index 00000000..140aa8e3 --- /dev/null +++ b/Source/Apps/ramtest/ramtest.bat @@ -0,0 +1,3 @@ +tasm -t80 -b loader.asm loader.bin +tasm -t80 -b dbgmon.asm dbgmon.bin +copy /b loader.bin+dbgmon.bin ramtest.com