| |||||
Technical Support Support Resources
Product Information | C51: REENTRANT FUNCTIONS AND THE REENTRANT STACK POINTERInformation in this article applies to:
QUESTIONI am using reentrant functions, but I have noticed that the startup.a51 file mentions reentrant stack pointers for each of the memory models (small, compact and large). What are these and do I need to modify startup.a51 to use reentrant functions? ANSWERIf you are using reentrant functions, then you must have a reentrant stack configured and the pointer initialized. The stack allows the functions to be called many times or recursively. In order to set up the reentrant stack, you must perform the following steps:
MORE INFORMATION
SEE ALSO
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Friday, July 15, 2005 | ||||
| |||||