home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / advmsdos / chap03 / hello_c < prev    next >
Encoding:
Text File  |  1988-10-01  |  148 b   |  10 lines

  1. hello-c.obj : hello-c.asm
  2.   masm hello-c;
  3.  
  4. hello-c.com : hello-c.obj
  5.   link hello-c;
  6.   exe2bin hello-c.exe hello-c.com
  7.   del hello-c.exe
  8.  
  9.  
  10.