home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: Assembly / assembly resource for source.iso / assem02 / loadems.arc / LOADCODE.MAK < prev   
Encoding:
Text File  |  1990-02-26  |  163 b   |  10 lines

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