home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progasm / sprcbnch.arj / CTEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-31  |  225 b   |  7 lines

  1. @echo off
  2. if exist tmp.tmp del tmp.tmp
  3. call rtest t1.s t2.s branch.s ldst.s addsub.s mul.s logical.s ack.s trap.s float.s 
  4. sasm -n -g argv.s >> tmp.tmp
  5. ssim -n -g >> tmp.tmp
  6. echo ---- Confidence test results in TMP.TMP
  7.