Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -a<n> set maximum memory allocation http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -A<n>               Set maximum memory allocation
------------------------------------------------------------------------------
 Syntax
   -A<size>

 Arguments
   <size> is the number of paragraphs to allocate to the program. Valid
   values are between 1 and 65535. One paragraph stands for 16 bytes.

 Default
   65535 paragraphs, corresponding to all conventional memory.

 Description
   The -A switch is used to set the number of paragraphs of memory
   allocated to a program after it loads. In most situations, the default
   value of 65535 for the maximum number of allocated paragraphs is the
   most appropriate for a program. This value will rarely need to be
   modified in the case of a conventional Force program.

 Example
   . Set maximum memory allocation to the default value of 65535 paragraphs.
   
     flink.exe test.obj
   
   . Restrict maximum memory allocation to 10000 paragraphs.
   
     flink.exe -A10000 test.obj

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson