Re: speed
[Prev][Next][Index][Thread]
Re: speed
>> > (the prog looks like this: 0->x; lbl a; x+1->x; if x<1000 goto a;
>> end
>> > program.)
ok on the ti85 it's a little different. here is this what you type out??
:0->x
:Lbl A
:x+1->x
:If x<100
:Goto A
:Stop
(i changed END to STOP because if i put END it gives an error)
my TI85 is ROM 10.0 i say this because another ti85 user said his results
was 23 seconds..
if this is Correct then on MY TI85 it takes 14 seconds
:For(x,0,1000) <-- someone wrote that with the 0
:End
gives me 2 seconds
:For(x,1,1000) <-- someone wrote that with the 1
:End
gives me 2 seconds also
---
-nXt
nxt@geocities.com http://nxt.home.ml.org <-- Web Page
Follow-Ups:
- Re: speed
- From: Fred Brown <fredbrown@ATOMIC.NET>
References:
- Re: speed
- From: Oleg Shvartsman <oshvarts@GW.FORD.COM>
- Re: speed
- From: Nadler <sn11162@WWW.CEDARNET.ORG>