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>mark_stack()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MARK_STACK()
   Marks the stack.

   Syntax
         MARK_STACK()

   Arguments
         None

   Returns
         None

   Description
         Recursive functions use the stack to store parameters. The stack can
         be overrun and cause strange problems to occur. MARK_STACK() writes
         a 'J' to the stack memory. When the program finishes running, the
         stack can be checked with CHK_STACK() to see how much of the stack
         remains unused.

See Also: CHK_STACK()

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