If you use al
lot of 'push' and 'pop' during a program, your calculator can easily crash when
trying to exit the program with the usual 'ret'(i'm writing for ION btw, but i
don't think that has an influence)
Is there a way
of avoiding crashes or do you just have count how many times you pushed a
register and then pop it as many times? (and that's not so easy! So i hope
there is another way...)
Greats, Vladimir