home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PCTV1N6.ZIP / MAKECPU.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-11-08  |  157 b   |  4 lines

  1. tcc  -I\TC\INCLUDE -ml -v -c cputest.c
  2. tasm /mx/zi cputype.asm
  3. tlink /v/c/map \tc\lib\c0l test cputype,cputest.exe,,\tc\lib\emu \tc\lib\cl \tc\lib\mathl
  4.