home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / 18605 < prev    next >
Encoding:
Text File  |  1992-12-21  |  860 b   |  31 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!mcsun!chsun!bernina!schaerer
  3. From: schaerer@isi.ethz.ch (Thomas Schaerer)
  4. Subject: Re: GFA 3.07: RESERVE XX; EXEC 0,"prg"; RESERVE - help.
  5. Message-ID: <1992Dec18.122444.15845@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. References: <1992Dec18.082832.1565@Informatik.TU-Muenchen.DE>
  10. Date: Fri, 18 Dec 1992 12:24:44 GMT
  11. Lines: 18
  12.  
  13. Ewald Seibert (seibert@Informatik.TU-Muenchen.DE) wrote:
  14.  
  15. : |>  RESERVE <some amount of memory>
  16. : |>  EXEC 0,"SOME.PRG","",""
  17. : |>  RESERVE 
  18. : |> 
  19.  
  20.  
  21.             C O M P I L E R:
  22.             ----------------
  23.  
  24. To limit the used memory of startet programm you can not use RESERVE.
  25. You must take the startcommand $. In this case:
  26.  
  27.         $ mem <some amount of memory>
  28.  
  29.  
  30. Bye    Thomas
  31.