I am using 89v51RD2. my question is how to push an address of a function on to stack in C?? For the same how do I get address of a function?? Plz Help.
It occur relatively frequent that someone believes that letting an interrupt return to some other place than where it happened will solve some problem.
WRONG
But having the ISR return to somewhere else is basically what an RTOS does. But it does it by switching to another stack at the same time.