I'm generating asm code manually in a Borland C++ Builder 6 program,
and calling it by a function pointer. In the asm program there are
nested procedures with its local scopes. How much stack can I use in
this case? I think Borland C++ Builder provides the stack, but Im not
sure how much stack can I use.
Thanks