Re: memory consuption
[Prev][Next][Index][Thread]
Re: memory consuption
Jumping to another program is okay, because it's not really a jump; it's a
subroutine. When the program finishes, it returns to the first program.
________________
Jeff Tyrrill's TI Calculator Site: Contains programming tips, undocumented
discoveries and tips for power users, and comparisons of the different
calculator models.
http://tyrrill-ticalc.home.ml.org/
TI-Files member: The premiere TI site on the web, with reviews of games and
more.
http://ti-files.home.ml.org/
-----Original Message-----
From: Open discussion of TI Graphing Calculators On Behalf Of ilya winham
Sent: Saturday, June 07, 1997 1:22 PM
To: CALC-TI@LISTS.PPP.TI.COM
Subject: memory consuption
I have made a cool tennis game for the TI-82 but I am having trouble
with memory errors. I understand that exiting a loop with a Goto
command takes up memory but what about exiting a loop by going to
another program, like:
If N=1
Then
(code)
prgmHELP
End
And what other things cause memory to be used up (besides lists,
matrix's etc...)
please respond