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; }