From 1bcf3ef77ecc90ba878abf5a43ea570dce908947 Mon Sep 17 00:00:00 2001 From: lynchaj <86925539+lynchaj@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:02:32 -0400 Subject: [PATCH] Create ramtest.sh build file for ramtest on Linux platform. Uses uz80as as assembler --- Source/Apps/ramtest/ramtest.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Source/Apps/ramtest/ramtest.sh diff --git a/Source/Apps/ramtest/ramtest.sh b/Source/Apps/ramtest/ramtest.sh new file mode 100644 index 00000000..363bd357 --- /dev/null +++ b/Source/Apps/ramtest/ramtest.sh @@ -0,0 +1,3 @@ +~/RomWBW/Tools/unix/uz80as/uz80as -t z80 loader.asm loader.bin +~/RomWBW/Tools/unix/uz80as/uz80as -t z80 dbgmon.asm dbgmon.bin +cat loader.bin dbgmon.bin > ramtest.com