Browse Source

Create ramtest.bat

build file for ramtest on Windows.  Uses TASM for assembler
pull/215/head
lynchaj 5 years ago
committed by GitHub
parent
commit
78af325b22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/Apps/ramtest/ramtest.bat

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