I need an ASH routine that will exit to ASH no matter how deep in
subroutines I am. I know I can inc the sp register that many times and
then ret but this routine may be called from many different points in my
program and I won't know how many subroutines I will be in when it is
called.