home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / emulate / sparc / ctest.bat < prev    next >
DOS Batch File  |  1992-01-31  |  225b  |  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.