home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / rom / romize / tc_util / romit.bat < prev    next >
Encoding:
DOS Batch File  |  1989-09-14  |  191 b   |  8 lines

  1. ECHO COMPILING %1.C TO %1.ASM
  2. C:\TC\TCC  -mc -S -O -Z -a %1
  3. ROMIZE %1.asm %1R.asm
  4. C:\TC\TASM /mx/T/n %1R,,%1R
  5. C:\TC\TLINK /c /m C0ROMX %1R,%1R,%1R
  6. c:\dos\exe2bin %1R
  7. myinsjmp %1R.bin
  8.