Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>chk_stack()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CHK_STACK()
   Checks the unused bytes in the stack.

   Syntax
         nStackLeft = CHK_STACK()

   Arguments
         None

   Returns
         None

   Description
         Recursive functions use the stack to store parameters. The stack can
         be overrun by recursive functions and cause strange problems to
         occur. CHK_STACK() reads the stack memory checking to see how much
         of the stack remains unused. It must be used with MARK_STACK().

See Also: MARK_STACK()

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