home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / 18593 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!seibert
  3. From: seibert@Informatik.TU-Muenchen.DE (Ewald Seibert)
  4. Subject: Re: GFA 3.07: RESERVE XX; EXEC 0,"prg"; RESERVE - help.
  5. Keywords: Help, resident prg, executing others, reserve memory, how
  6. References:  <wsbusr3.724620837@rwc.urc.tue.nl>
  7. Originator: seibert@hphalle5c.informatik.tu-muenchen.de
  8. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  9. Organization: Technische Universitaet Muenchen, Germany
  10. Date: Fri, 18 Dec 1992 08:28:32 GMT
  11. Message-ID: <1992Dec18.082832.1565@Informatik.TU-Muenchen.DE>
  12. Lines: 25
  13.  
  14.  
  15. |>  RESERVE <some amount of memory>
  16. |>  EXEC 0,"SOME.PRG","",""
  17. |>  RESERVE 
  18. |> 
  19. |>  in which the last RESERVE should reset things as they were.
  20. |>  
  21. |>  Since the RESERVE command as such is sort of obscure to me
  22. |>  (HOW would *I* know what's needed for the application of John Doe's choice)
  23. |>  I simply type RESERVE 1. 
  24.  
  25. Oh No! ... RESERVE tells GfA-Basic the amount of bytes to keep for your
  26. Basic-PRG
  27.  
  28. Better use
  29.         RESERVE( FRE(0) - <some Kbytes not to mess things up> ))
  30. -- 
  31. ==============================================================================
  32. seibert@informatik.tu-muenchen.de   ist
  33. Ewald Seibert, Herschelstr.1 8070 Ingolstadt,  0841-86480
  34.  
  35.     Dont't blame ATARI for things, the GURU told you from the ARABIAN NIGHTS (*
  36. ==============================================================================
  37.  
  38. (*  = Maerchen aus 1001 Nacht
  39.