Browse Source

Merge pull request #215 from lynchaj/patch-11

Create ramtest.bat

NOTE TO USERS:  This application is only compatible with the SBC and MBC hardware platforms.
patch
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
8655a7b0d8
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