home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xmm12.zip / XMS20.ZIP / OEMSRC.ZIP / HIMEM next >
Text File  |  1989-02-07  |  157b  |  9 lines

  1. himem.obj: himem.asm xm286.asm xm386.asm
  2.     masm himem;
  3.  
  4. himem.exe: himem.obj
  5.     link himem;
  6.  
  7. himem.sys: himem.exe
  8.     exe2bin himem.exe himem.sys
  9.