From 78af325b2206c46f3756d0d675e7d49743fc58a1 Mon Sep 17 00:00:00 2001 From: lynchaj <86925539+lynchaj@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:04:18 -0400 Subject: [PATCH] Create ramtest.bat build file for ramtest on Windows. Uses TASM for assembler --- Source/Apps/ramtest/ramtest.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Source/Apps/ramtest/ramtest.bat 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