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

how to save 2byte code address to stack manually

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

Parents Reply Children
No data