In a called function,I want to save the "program counter" , when program reached to a specified location ,& then return from the function .
In the next calling of this function , I want to restore "pc+1" to continue the process.
How can I do this?
In the next calling of this function , I want to restore "pc+1" to continue the process.
How can I do this?
Comment