◄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. -♦-