Search found 14 matches

by Clordio
Mon 19 Mar, 2007 4:12 am
Forum: Staff Side Products & Featured Products
Topic: [News][Staff] Conway's Game of Life!
Replies: 12
Views: 28841

tr1p1ea wrote:You want to learn Conway's or ASM?
Either, ha. Mostly Conway's though. I just can't necessarily grasp it. I may not have high enough math for it. I'm only in Math 1050
by Clordio
Mon 12 Mar, 2007 1:17 pm
Forum: Programming Help
Topic: [Ti-Basic] Pt-Change not working
Replies: 3
Views: 3739

pxl-change works great. I guess I'll just go without pt-change then. Thanks KH.
by Clordio
Mon 12 Mar, 2007 4:38 am
Forum: Programming Help
Topic: [Ti-Basic] Pt-Change not working
Replies: 3
Views: 3739

[Ti-Basic] Pt-Change not working

I'm using a Ti-83 plus and the pt-change function doesn't work. This is my code :AxesOff :FnOff :0->Xmin :94->Xmax :0->ymax :-62->ymin :ClrDraw :Text(29,23,"HIGHLIGHTED :For(X,22,70 :For(Y,-35,-29 :Pt-Change(X,Y :End :End So does anybody know how to get my pt-change function working? Thanks all.
by Clordio
Mon 12 Mar, 2007 3:05 am
Forum: Staff Side Products & Featured Products
Topic: [News][Staff] Conway's Game of Life!
Replies: 12
Views: 28841

Wow, don't wanna be a beggar but uh..

will you teach me sensei?
by Clordio
Mon 12 Mar, 2007 1:52 am
Forum: Staff Side Products & Featured Products
Topic: [News][Staff] Conway's Game of Life!
Replies: 12
Views: 28841

Wow. Did you re-write it or did you modify the source for Ti-83? Either way that is some complicated math.
by Clordio
Fri 23 Feb, 2007 6:21 pm
Forum: General TI Discussion
Topic: ASM environment on mac
Replies: 4
Views: 6284

Ok, wasn't sure if this had been known or not. I'm just happy to have a working mac ASM compiler :) Now I need to find a way to emulate TI-83 plus, along with the flash memory.
by Clordio
Fri 23 Feb, 2007 8:00 am
Forum: General TI Discussion
Topic: ASM environment on mac
Replies: 4
Views: 6284

ASM environment on mac

Not sure if this has been done before (I did a search) but I've set up a stable ASM compiler for mac. All you really do is follow the instructions on the "Learn ASM in 28 days" in setting up TASM, except you use Tasm 3.1, not 3.2. Then use DosBox to run the asm.bat and you're golden. It wa...
by Clordio
Fri 23 Feb, 2007 2:21 am
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

This has been a great welcoming and I already feel at home in this forum. Thanks so much everybody, and I hope to post my first game in the next month here. Won't be anything flashy lol.
by Clordio
Fri 23 Feb, 2007 1:41 am
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

Ok. Maybe some of the ASM developing tools will work on a pc emulator? I'd really like to get into ASM after I learn Basic, or maybe I should try to learn how Xlib works? So many choices lol, but I'm excited. Quick question are physics at all possible in Basic? Not the science but like platformer ph...
by Clordio
Fri 23 Feb, 2007 1:11 am
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

Well I keep hearing that you should learn another language first. I want to just start with ASM, is it possible? I'm on a mac, so I'm wondering if there are any restrictions for that.
by Clordio
Thu 22 Feb, 2007 11:09 pm
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

The only reason I wanted to learn C was so I could be ready for ASM on the calc. What programming language should I learn before ASM? C#?
by Clordio
Thu 22 Feb, 2007 6:31 pm
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

Awesome, thanks for the advice. I remember coming to Maxcoderz.com YEARS ago when you guys had an actual front page. I always wanted to be a part of this coding scene and it's great to get started. After I master TI Basic, I hope to learn C or C++, basically something to get me ready for ASM. I real...
by Clordio
Thu 22 Feb, 2007 1:44 pm
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

Awesome, thank you King Harold. I haven't learned getkey or repeat yet, so I don't understand that code you used just yet. But I'm definitely happy to have my little ram eating noobasaurus code running. :D
by Clordio
Thu 22 Feb, 2007 6:45 am
Forum: Programming Help
Topic: [TI BASIC] Number of IF statements allowed?
Replies: 18
Views: 19208

[TI BASIC] Number of IF statements allowed?

Newb alert! Newb alert! Lol, ok so I am using tutes and such to teach my self basic on the TI-83. After each lesson, I try to use the new functions I have learned in all sorts of ways to help gain better understanding. So I just learned If Then statements and I was wondering if there is a number of ...