home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / tools / trace / assemble.bat next >
DOS Batch File  |  1986-04-08  |  109b  |  6 lines

  1. masm trace.hdr,trace.obj,trace.lst;
  2. link trace;
  3. exe2bin trace.exe trace.com
  4. del trace.exe
  5. del trace.obj
  6.