We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I have a function void myfunc(int){...} I want to place the address of this function on the stack, so that later I can use RET to pop the address back. May I know how to do this in C code? Regards, KC
That is a problem for the compiler, not for you, Just to show make a small function such as
void func (void) { EA = 1; ET1 = 0; }