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.
myfunc PUSH {LR} ; store old return address onto the stack BL myfunc ; call myfunc again / another procedure POP {LR} ; restore old return address from stack BX LR ; return from myfunc