•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  STG Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : GFA-Basic Editor
Author      : Lonny Pursell
Version     : GBE.HYP v3.74 (12/31/2023)
Subject     : Programming/Documentation
Nodes       : 171
Index Size  : 4296
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Default
@help       : STG Help
@options    : +g -i -s +z
@width      : 75
@hostname   : THING   
@hostname   : STRNGSRV
@hostname   : HIGHWIRE
@hostname   : CAB     
View Ref-FileProgram Flags
Fastload   = Do not clear all ram, clear only the heap.
Load Alt   = Program should run in fastram if available.
Malloc Alt = Program should allocate fastram if available.

Note: The physical screen address cannot be located in fastram. Also
DMA sound samples cannot be played from fastram. If you need to do
either of these, allocate this memory with mxalloc().  With mxalloc()
you can over-ride the header bits and control where each memory block
is allocated.

Example:

REM #PF= FASTLOAD,LOAD ALT
REM #PF= FL,MA
REM #PF=                    !no parameter (all off)

Valid parameters: fastload      fl
                  load alt      la
                  malloc alt    ma

Note: Any combination of the 3 are allowed.
      The compiler default may vary between versions.
      Older compilers default to fastload only.
      Newer versions default to all off.