home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s200 / 1.ddi / ABEL.EXE / ABELBAT2.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-06  |  414 b   |  15 lines

  1. @echo off
  2. rem
  3. rem   The arguments expected by this batch file are:
  4. rem
  5. rem        %1  - The ABEL-PLA root file name (with no .TT1 extension)
  6. rem        %2  - The JEDEC file name
  7. rem     %3-%9  - PLAOPT, FUSEASM or JEDSIM options
  8. rem
  9. plaopt %1.tt1 %3 %4 %5 %6 %7 %8 %9
  10. if errorlevel == 1 goto end
  11. fuseasm %1.tt2 %3 %4 %5 %6 %7 %8 %9
  12. if errorlevel == 1 goto end
  13. jedsim %2.jed %3 %4 %5 %6 %7 %8 %9
  14. :end
  15.