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.
The name of the function represents the address. Doesn't your C programming books confirm that?
How to you push any other pointer on the stack? Your C programming books seem to indicate that you need some other magic for function pointers?