View Full Version : Any T.I. (asm) programmers out there??
cyberdemon
06-09-2000, 08:52 AM
I am a learning programmer, and I would like some help with asm programming on the TI-86. I already know Basic, but I have a few questions about asm, the assembly language. Just let me know if any of you even know what it is...
?
------------------
-Cyberdemon-
Felix
06-10-2000, 11:40 AM
Once I programmed a TI-57 - whew, it was in the eighties! http://www.pcmech.com/ubb/biggrin.gif
In general, the program listing looks like some kind of assembler. In truth it consists of a true sequence of keystrokes you would have to press while doing a calculation manually. The assembler-look-alike is because of the key assignment which is a bit odd for a calculator. but regarding the possibilities of a TI-something I would rather call it a "macro language" nowadays. Only thing true assembler-like is the decision command: IF (expression is true) THEN (following command is executed) ELSE (following command is skip). That implies that in most cases the command following to a decision is a jump.
So, take a close look to the operating manual, it says it all. I'll bet you'll get it out. http://www.pcmech.com/ubb/smile.gif
And don't forget: TI-asm is ok for automating the TI calculator. But if you want to program something more complex, you're way more comfortable and powerful with basic! http://www.pcmech.com/ubb/smile.gif
Good luck!
[This message has been edited by Felix (edited 06-10-2000).]
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.