home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!utcsri!skule.ecf!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
- From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
- Subject: Re: TP's heap
- Message-ID: <dmurdoch.283.722034710@mast.queensu.ca>
- Lines: 14
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Organization: Queen's University
- References: <2950.2B09361C@catpe.alt.za>
- Date: Tue, 17 Nov 1992 21:11:50 GMT
-
- In article <2950.2B09361C@catpe.alt.za> louis@p2.f42.n7101.z5.fidonet.org (Louis Mandelstam) writes:
- >
- >My project needs a large heap but I also need to run COMMAND.COM from the
- >program. The data in the heap can be lost during the execution, it'll be
- >saved before and reloaded afterwards.
-
- Use SetMemTop in the Memory unit. Watch out - SetMemTop doesn't change
- HeapEnd, so the heap is not usable until you call SetMemTop(HeapEnd)
- after the Exec, or manually fix HeapEnd.
-
- Duncan Murdoch
-
- Duncan Murdoch
- dmurdoch@mast.queensu.ca
-