| Author |
Message |
|
Jeremiah Walgren General Operations Director
Know-It-All

Joined: 24 May 2003 Posts: 1937
|
Posted: 18 Jan 2004 02:52:24 pm Post subject: |
|
|
I can't even fill up the memory on my 89 with stuff that I use. I have a lot of stuff on their, but I never use most of it...
Last edited by Guest on 18 Jan 2004 02:52:54 pm; edited 1 time in total |
|
| Back to top |
|
|
DarkerLine ceci n'est pas une |
Super Elite (Last Title)

Joined: 04 Nov 2003 Posts: 8328
|
Posted: 18 Jan 2004 02:55:17 pm Post subject: |
|
|
| Yes. So the memory is not an issue, you have too much of it. And the functionality of the 89 can be duplicated on the 83+SE. Come to think of it, the 83+SE can do stuff the 89 can't. Like special fonts, a faster 3D graphing utility, and most important of all, it has less modifier keys. |
|
| Back to top |
|
|
Jeremiah Walgren General Operations Director
Know-It-All

Joined: 24 May 2003 Posts: 1937
|
Posted: 18 Jan 2004 11:56:11 pm Post subject: |
|
|
89 has better resolution. (I'm a die-hard 89 user, by the way.) Yeah, I know that there are things the 83 series can do that the 89 can't, and vice versa. But I like what the 89 can do better.
Last edited by Guest on 18 Jan 2004 11:56:48 pm; edited 1 time in total |
|
| Back to top |
|
|
DarkerLine ceci n'est pas une |
Super Elite (Last Title)

Joined: 04 Nov 2003 Posts: 8328
|
Posted: 19 Jan 2004 12:18:18 pm Post subject: |
|
|
| Though it does have a higher resolution, you can't use about half the screen in basic. |
|
| Back to top |
|
|
Jeremiah Walgren General Operations Director
Know-It-All

Joined: 24 May 2003 Posts: 1937
|
Posted: 19 Jan 2004 02:07:18 pm Post subject: |
|
|
That's what asm is for.  |
|
| Back to top |
|
|
shadowing Powered by 64
Calc Guru

Joined: 06 Jan 2004 Posts: 1002
|
Posted: 27 Jan 2004 06:03:42 pm Post subject: |
|
|
| It is. Anyone know how to program in C for the Ti-89? |
|
| Back to top |
|
|
DarkerLine ceci n'est pas une |
Super Elite (Last Title)

Joined: 04 Nov 2003 Posts: 8328
|
Posted: 28 Jan 2004 09:47:58 am Post subject: |
|
|
| Good question. I was about to ask that. But maybe programming in assembly would be faster? |
|
| Back to top |
|
|
shadowing Powered by 64
Calc Guru

Joined: 06 Jan 2004 Posts: 1002
|
Posted: 28 Jan 2004 06:11:42 pm Post subject: |
|
|
| Not sure of that. Let's ask someone. Which is faster, C, or ASM? |
|
| Back to top |
|
|
X1011 10100111001
Active Member

Joined: 14 Nov 2003 Posts: 657
|
Posted: 28 Jan 2004 11:14:58 pm Post subject: |
|
|
| I would think ASM is. |
|
| Back to top |
|
|
Toksyuryel Crimson Dragon Software
Elite

Joined: 14 Jun 2003 Posts: 880
|
Posted: 28 Jan 2004 11:42:44 pm Post subject: |
|
|
| ASM is faster. C is a high level language, and as such it is converted into ASM as it's being executed. ASM is already ASM, so no conversion is neccessary. |
|
| Back to top |
|
|
Arcane Wizard `semi-hippie`
Super Elite (Last Title)

Joined: 02 Jun 2003 Posts: 8993
|
Posted: 29 Jan 2004 07:40:56 am Post subject: |
|
|
| If C is translated into asm run-time, what's the point of compiling it? |
|
| Back to top |
|
|
DarkerLine ceci n'est pas une |
Super Elite (Last Title)

Joined: 04 Nov 2003 Posts: 8328
|
Posted: 29 Jan 2004 10:17:51 am Post subject: |
|
|
| If you compile it, it will be translated once so no further translation is necessary, and the program isn't slowed down when you run it by translating every command. |
|
| Back to top |
|
|
shadowing Powered by 64
Calc Guru

Joined: 06 Jan 2004 Posts: 1002
|
Posted: 29 Jan 2004 04:56:16 pm Post subject: |
|
|
So let me get this straight. ASM is faster. Right?
So then which is less complicated C, or ASM? |
|
| Back to top |
|
|
Toksyuryel Crimson Dragon Software
Elite

Joined: 14 Jun 2003 Posts: 880
|
Posted: 29 Jan 2004 09:19:56 pm Post subject: |
|
|
| C is a high level languages and as such is easier by it's very nature. The whole point of a high level language is to make things simpler for the programmer. |
|
| Back to top |
|
|
Jeremiah Walgren General Operations Director
Know-It-All

Joined: 24 May 2003 Posts: 1937
|
Posted: 29 Jan 2004 11:05:34 pm Post subject: |
|
|
| C is better, but I believe ASM is faster. |
|
| Back to top |
|
|
shadowing Powered by 64
Calc Guru

Joined: 06 Jan 2004 Posts: 1002
|
Posted: 29 Jan 2004 11:13:04 pm Post subject: |
|
|
So which should be learnt first then second in a beginners style?
ASM, or C? |
|
| Back to top |
|
|
Jeremiah Walgren General Operations Director
Know-It-All

Joined: 24 May 2003 Posts: 1937
|
|
| Back to top |
|
|
shadowing Powered by 64
Calc Guru

Joined: 06 Jan 2004 Posts: 1002
|
Posted: 29 Jan 2004 11:24:57 pm Post subject: |
|
|
| Is it better to learn from a book, or a tutorial? |
|
| Back to top |
|
|
iMatt
Newbie

Joined: 17 Jan 2004 Posts: 26
|
Posted: 30 Jan 2004 05:29:24 am Post subject: |
|
|
| i like books better...i can't concentrate wen looking at the a screen |
|
| Back to top |
|
|
Arcane Wizard `semi-hippie`
Super Elite (Last Title)

Joined: 02 Jun 2003 Posts: 8993
|
Posted: 30 Jan 2004 08:16:32 am Post subject: |
|
|
| I perfer tutorials, since I never get round to reading 400+ pages on a programming language and I can learn the same stuff in a 20 page tutorial I can download for free. |
|
| Back to top |
|
|
|