Results
|
Choice
|
Votes
|
|
Percent
|
TI-BASIC (Z80)
|
106
|
22.5%
|
|
TI-BASIC (68k)
|
99
|
21.0%
|
|
Assembly (Z80)
|
105
|
22.2%
|
|
Assembly (68k)
|
83
|
17.6%
|
|
Other (Small C, etc.)
|
32
|
6.8%
|
|
I'm not a programmer.
|
47
|
10.0%
|
|
|
Re: What's your favorite calculator programming language?
|
Bryan Rabeler
(Web Page)
|
Is there such a thing as Z80 or 68K TI-BASIC? :)
Yes, I know what ticalc.org is trying to say, its just not the right syntax to use.
|
Reply to this comment
|
31 October 1999, 02:33 GMT
|
|
|
|
|
|
|
|
Re: Z80 & 68K TI-Basic
|
The_Professor
|
Actually, on the TI-86 and TI-85, you can type in functions, but on the TI-73, TI-81, TI-82, TI-83, and TI-83+, you can't type in functions. This is probobly because you can enter both uppercase and lowercase letters on the TI-86 and TI-85, and commands and functions contain lowercase letters.
|
Reply to this comment
|
2 November 1999, 21:18 GMT
|
|
|
|
|
|
|
|
|
|
|
Whole or partial commands
|
EMan2k1
(Web Page)
|
The pre-83+ calculators use 1 byte (at least according to the calc's memory) for each function, so equal space is used by the function sum() as the function inString(). To my knowledge, on the later calcs (at least on the 89/92/92+), commands can be entered in letter-by-letter form or chosen from a menu (which just types it for you), and when you first run the basic program the calc compiles it. When you go to edit it again, the is decompiled for editing.
You can see this by creating a new file on the 92, checking the size, running the program, and checking the size again. You will notice the size drop a little. Also, I do believe this is what causes the delay upon the first execution of an edited program on the 86; this is the calc compiling the program.
Is this all correct? This is all inferred...
|
Reply to this comment
|
2 November 1999, 22:25 GMT
|
|
1 2 3 4 5 6
You can change the number of comments per page in Account Preferences.
|