home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st
- Path: sparky!uunet!mcsun!chsun!bernina!schaerer
- From: schaerer@isi.ethz.ch (Thomas Schaerer)
- Subject: Re: GFA 3.07: RESERVE XX; EXEC 0,"prg"; RESERVE - help.
- Message-ID: <1992Dec18.122444.15845@bernina.ethz.ch>
- Sender: news@bernina.ethz.ch (USENET News System)
- Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
- X-Newsreader: TIN [version 1.1 PL8]
- References: <1992Dec18.082832.1565@Informatik.TU-Muenchen.DE>
- Date: Fri, 18 Dec 1992 12:24:44 GMT
- Lines: 18
-
- Ewald Seibert (seibert@Informatik.TU-Muenchen.DE) wrote:
-
- : |> RESERVE <some amount of memory>
- : |> EXEC 0,"SOME.PRG","",""
- : |> RESERVE
- : |>
-
-
- C O M P I L E R:
- ----------------
-
- To limit the used memory of startet programm you can not use RESERVE.
- You must take the startcommand $. In this case:
-
- $ mem <some amount of memory>
-
-
- Bye Thomas
-