home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5343 < prev    next >
Encoding:
Text File  |  1992-09-11  |  898 b   |  24 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!spool.mu.edu!umn.edu!doug.cae.wisc.edu!inconel.engr.wisc.edu!chris
  3. From: chris@inconel.engr.wisc.edu (Christian Rohrmeier)
  4. Subject: Overlays, how use them...
  5. Organization: U of Wisconsin-Madison College of Engineering
  6. Date: 11 Sep 92 16:02:34 CDT
  7. Message-ID: <1992Sep11.160234.23659@doug.cae.wisc.edu>
  8. Lines: 14
  9.  
  10. Greetings.
  11.  
  12. I am writing a program that I can't shove into expanded memory with QEMM
  13. because something's allready up there hogging all the memory. Since free
  14. memory below 640K is at a premium, I am looking for ways of being as 
  15. conservative as possible. Overlays look like one possibility.
  16.  
  17. Could someone please direct me to a file explaining overlays better than
  18. the section in the TP6.0 manual? ARe there any files that give tips on
  19. how to keep your memeory usage down in general?
  20.  
  21. Thanks,
  22.  
  23. -Chris
  24.