Tagged Questions
6
votes
5answers
503 views
Switching stacks in C++
I have some old code written in C for 16-bit using Borland C++ that switches between multiple stacks, using longjmps. It creates a new stack by doing a malloc, and then setting the SS and SP ...