in reply to Re: Menu system uses the "calling stack"
in thread Menu system uses the "calling stack"

I believe that's known as a "trampoline" pattern, in that (my explanation of the term) it returns something to jump off (so the caller can use it, keeping the same depth of stack), rather than doing the jumping itself (i.e. increasing the depth of stack).
  • Comment on Re^2: Menu system uses the "calling stack"