home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist tmp.tmp del tmp.tmp
- call rtest t1.s t2.s branch.s ldst.s addsub.s mul.s logical.s ack.s trap.s float.s
- sasm -n -g argv.s >> tmp.tmp
- ssim -n -g >> tmp.tmp
- echo ---- Confidence test results in TMP.TMP
-