Hi Medusa,
That's not what I meant. If you are calling a subroutine then at the end of the subroutine you put a RETURN. GOTO does not go at the end of a subroutine. This was the problem I had with one of my projects (18F452). The stack overflow was causing my project to hangup when it got to the subroutine after the stack overflowed. This was the only point I was trying to make.
If you have both a GOTO and a RETURN then you might still be experiencing a problem.
HTH,
BobK
Bookmarks