RE: A83:'ret'


[Prev][Next][Index][Thread]

RE: A83:'ret'



For every push there should be a pop.  Otherwise, try this for the 83+  
 
B_JUMP JForceCmdNoChar 
 
I don't think that it is affected by the stack, and it should work in an ion prog on the 83+ and maybe the 83:)
-----Original Message-----
From: owner-assembly-83@lists.ticalc.org [mailto:owner-assembly-83@lists.ticalc.org]On Behalf Of Jan (belgacom)
Sent: Monday, January 29, 2001 2:58 PM
To: TI-83 assembly-83
Subject: A83:'ret'

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

 


Follow-Ups: References: