home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / memory / emstools / loadcode.mak < prev    next >
Encoding:
Text File  |  1989-11-17  |  119 b   |  10 lines

  1. loadcode.exe: loadcode.asm
  2.     masm loadcode;
  3.     link loadcode;
  4.  
  5. hello.obj: hello.asm
  6.     masm hello;
  7.     link hello;
  8.  
  9.  
  10.