Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TiAddict

Pages: 1 [2] 3 4 5
16
ASM / Re: help me fix my calculator!
« on: June 30, 2011, 01:11:15 pm »
oh my bad. I was reading the Ti 83+ developer (for learning ASM programming), and learning about OP registers. i was trying to make a program that will archive itself. And i executing using Asm(, then it was archiving, but on the program menu, it wasnt. So i executed again, and then it said it was archived, so i check the status again, but then it wasn't. so i was going to reset the calculator, and then when i tried to reset, suddenly, my calculator's screen went off. so i turned it on, and then it showed me, the messed up picture, and then turned off again by it self. So i took out all the battery, waited for 10 hours, and tried again. It was still the same, however, i manage to press clear many times, and then it said, "memory cleared." i was so happy until i saw all my archived deleted.( but the memory didnt change). and i tried AXE app, and it turned off again, and i turn it on by pressing clear many times, but it kept turning off when i press any app.
Please help me fix this!

17
ASM / help me fix my calculator!
« on: June 30, 2011, 01:01:43 pm »
i was reading the Ti 83+ developer (for learning ASM programming) and i was messing with OP registers, and archieving the program. So i made this program (dont really remember), and i executing using Asm(, and then it was archieving so i was like, "yay it's finally working" and i executed again, and then it said it was archieved, so i check the status, but then it wasn't so i was going to reset the calculator, and then when i tried reset, but suddenly, my calculator's screen went off. so i turned it on, and then it showed me, the messed up picture, and then turned off again by it self. Since i had many many  crash before making asm programs i knew what to do, so i took out all the battery and waited for 10 hours, and tried again. still the same, however, i manage to press clear many times, and then it worked. i was so happy until i saw all my archevied were hidden(maybe, dont know), or deleted.( but the memory didnt change and Apps were still there). and i tried Axe app, and it turned off again. so i dont know how to fix this.
Please help me fix this!

18
ASM / Re: which is faster?
« on: June 27, 2011, 09:11:53 pm »
ah thanks! and wow i never new how fast bcall process were!  :o

19
ASM / Re: which is faster?
« on: June 27, 2011, 05:21:37 pm »
oh cool i get it. :D thanks!

20
ASM / Re: which is faster?
« on: June 27, 2011, 05:17:58 pm »
so creating Real Variable is faster than storing?

21
ASM / Re: which is faster?
« on: June 27, 2011, 05:15:14 pm »
lol, so after i do all the math, store HL to the OP1, and then use StoTheta?
Oh i see.

and no, so i should use HL to do the math?
Yep, that'll probably make it a couple thousand times faster. Literally.

22
ASM / Re: which is faster?
« on: June 27, 2011, 05:05:42 pm »
Oh i see.

and no, so i should use HL to do the math?

23
ASM / Re: which is faster?
« on: June 27, 2011, 05:01:52 pm »
willrandship,That makes sense :D but if i use 1 ASM prgm to do many storing and addition, i should use it right? and handwritten routines? How fast are they?
Ben_g, alright thanks :)

24
ASM / which is faster?
« on: June 27, 2011, 04:57:01 pm »
in this situation, is assembly faster? or same speed?

TI-BASIC
2->kTheta
or
Assembly
B_CALL OP1Set2
B_CALL StoTheta
RET
 if ASM's faster, that means TI BASIC games/program will be faster if i use some ASM prgm to store and add/sub/multiply/divide the floating point variables?(A~Z and kTheta)?

25
ASM / Re: how do you put program data->string?
« on: June 25, 2011, 01:08:53 pm »
well i'm not really fluent at ASM so.. :(

26
ASM / Re: how do you put program data->string?
« on: June 24, 2011, 05:24:29 pm »
Thank you so much Deep Thought! and how can i move the progname in str0 to HL?

27
ASM / Re: how do you put program data->string?
« on: June 24, 2011, 11:51:39 am »
Well i saw Celtic3, it made data in program to str9, (prgm name in str0), so i tried making it, but i didnt know where to start.. point is im trying to use the program to read what's inside other program :D

28
ASM / how do you put program data->string?
« on: June 24, 2011, 11:34:13 am »
The title says it all :P I tried to put program data (tokens) into str2, str1 containing the program name, but i I have no clue how to start this..  ???

29
TI-BASIC / Re: help me understand random seed.
« on: June 20, 2011, 11:34:51 am »
oh i see... :P i read alot about this in internet, but couldnt really understand. Anyways, thanks for explanation!:D

30
TI-BASIC / help me understand random seed.
« on: June 20, 2011, 11:13:52 am »
so how does seed work?
what does it do?
EX:
3->rand

Pages: 1 [2] 3 4 5