[TI-ASM/BASIC] Tutorials list

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Anyone know where to find a good C tutorial?
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

Loki wrote:Anyone know where to find a good C tutorial?
*looks toward spencer, benryves, CoBB, kv83, Dwedit as they are pretty good at C*
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

Technoplaza and Ti-Chess team have great tutorials. You could also buy a book on programming computer C to get a general idea of C programming, but it's not as helpful as reading through the entire TIGCC help guide. It is very thorough is explaining what each of it's library functions are and how they work.

I wonder why I program z80 Assembly for 83+ when the only calc I have is an 89 Ti?
Image Image Image
CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

Rezek wrote:The only way I could think of to do that is to somehow write to the OS's flash or screw with the LCD. Both are difficult to do.
From what I've heard, it's pretty easy to make your screen turn blue. And that will wreck it if left on too long. Even a small asm program mistake can cause that, without warning.
...not to scare you away from programming, or anything. :) Emulators work pretty well. I just got PTI working, and it's fine for testing programs. And if you're testing a program and the screen goes blue, you can just turn it off or remove the batteries. It won't cause damage for a few minutes, so as long as you watch it, you're safe.

@Loki: So, you are planning to program for the 68k calcs? You can write C for z80 calcs, but it is not very efficient or fast.
calcul831415 wrote:I wonder why I program z80 Assembly for 83+ when the only calc I have is an 89 Ti?
wonder, but don't stop. :mrgreen:
In Memory of the Maxcoderz Trophy Image
tifreak8x
Sir Posts-A-Lot
Posts: 297
Joined: Mon 11 Jul, 2005 4:42 pm
Location: Indiana
Contact:

Post by tifreak8x »

Loki wrote:Anyone know where to find a good C tutorial?
There is one on my asm resource page: http://tifreakware.calcgames.org/asmresc.htm

Hope that helps. :)
http://tifreakware.net - Connecting TI communities
User avatar
Chu
New Member
Posts: 2
Joined: Wed 26 Jul, 2006 2:06 pm

Post by Chu »

I recently wrote a tutorial for the TI-83/+/SE. The link's here: http://matt.lee3491.googlepages.com/tutorial1

It's not quite done yet.
lafferjm
New Member
Posts: 3
Joined: Sun 10 Dec, 2006 3:02 am
Location: At my house

Post by lafferjm »

I program for the ti-83 without the plus. And i read asmguru and it was confusing and the logs on ticalc do not cover enough and i couldnt even use the code with asm in 28 days. And so i am going to program using ion but before i do i wanted to get a better understanding of asm first and i was wondering if there was a really good asm tutorial for the ti-83 because i can not seem to find a good enough one.
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Image
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

I've added a new page on WikiTi getting people started with emulators and assemblers, for new assembly programmers:
http://wikiti.denglend.net/index.php?title=Beginners
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
Post Reply