Browse Source

Create ramtest.sh

build file for ramtest on Linux platform.  Uses uz80as as assembler
pull/214/head
lynchaj 5 years ago
committed by GitHub
parent
commit
1bcf3ef77e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/Apps/ramtest/ramtest.sh

3
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
Loading…
Cancel
Save