home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / tests / t04.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-30  |  73 b   |  4 lines

  1. @echo off
  2. echo test basic assembler syntax handling
  3. as t04.s -o t04.o
  4.