This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Accessing stack in C

Hi all,
I am trying to push an address of a function onto the stack of P89v51RD2 in c. for that i have included "intrins.h"and used function "_push_(unsigned char);".
but i am getting an error:
"main .c(15): error C264: intrinsic '__push_': declaration/activation error"

what does this mean?
I read it in Cx51 User's Guide but didnt get it...
which standard files i need to add to project????
plz help...

0