View Full Version : TI-83+ asm programming.
Tarkus
11-18-2002, 11:30 PM
I've been getting the hankering to learn some assembly. Since I have a pretty nifty TI-83+, I've decided that this would be the perfect platform to start working on. The only problem is that I haven't been able to find any truly reliabe documentation on the subject. There's the stuff for the TI-83 on ticalc.org but the the Z80 instructions for the TI-83+ are slightly different from what I've seen.
Has anyone here successfuly programmed the TI-83+ in assembly? Can you give me a list of things to look at?
any help would be greatly appreciated.
bwkaz
11-19-2002, 10:03 AM
I was trying to do much the same thing for the MC68HC11 Motorola microcontroller chips, until I found a port of gcc that compiled for them. Perhaps something similar exists for the Z80/TI-83+?
Halide
11-19-2002, 01:35 PM
Believe it or not, I actually programmed a few things for the TI-83+ :D :D :D
It's been a few years, but that was actually an interesting thing to do. I ported "Block Dude" to MirageOS a while ago. I love that game.
I basically learned from other people's code... I think I may have had tiny bit of experience with x86 asm. Heck, it's been so long I forgot how *I* learned it. I forgot the compiler I used as well.
All I remember is that it was a pain in the ___ to test the code, compile, send to calc, test, revise, repeat. BUT, I think they may be able to run MirageOS on an emulator now. I haven't checked up on it lately.
[edit] BTW I made ASMGFX for Windows w/ Visual Basic if you want to add some splash screens to your game or whatever. It's on Ti-calc.org (I love that site!).
madMoney
11-19-2002, 01:40 PM
http://perso.wanadoo.fr/ti92-ti89.miclo/asm/tutorials.htm
these links seem pretty useful
sedarious
11-19-2002, 01:45 PM
it might be worth yout time to find a good 83+ emulator to save you time in the dev. process.
Tarkus
11-19-2002, 10:55 PM
Thank you, thank you, thank you!!!! I've been wracking my brians over this...
Schizo89
02-24-2004, 08:16 PM
this answers some of my questions too... thanx...
Schizo89
02-24-2004, 08:21 PM
... ;( the link doesn't take me anywhere but the Wanadoo site, and then it's in french of spanish... still need help...
kryptech.net
02-26-2004, 06:01 PM
Is a TI-83+ in x86 if so here is a link: http://savannah.nongnu.org/download/pgubook/ProgrammingGroundUp-1-0-lettersize.pdf
jemfinch
02-26-2004, 09:30 PM
No, the TI83+ is a Z80 chip.
The TI89/92 is a Motorola 68k.
Jeremy
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.