fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Setting the Stack Size (/F)
                                             Up Contents Index Back
─────Setting the Stack Size (/F)────────────────────────────────────────────
 
     The /F option sets the size of the program stack.
 
     Syntax: /F hexnum
 
     The <hexnum> is a hexadecimal number representing the stack size
     in bytes. The number must be positive and cannot exceed 10,000
     hexadecimal (65,536 decimal). The default stack size is 2K.
 
     A space must separate /F and <hexnum>.
 
     This option affects object files only. It has no effect on source
     files.
                                    -♦-