home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / xmm12 / xms20 / oemsrc / himem < prev    next >
Encoding:
Text File  |  1989-02-07  |  157 b   |  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.