Re: A92: Which is better
[Prev][Next][Index][Thread]
Re: A92: Which is better
it depends. The C compiler gives you the ease of C, which is more universal
programming. Although ASM provides more control and speed. Overall....i would
commit to C, because you can do C on almost anything...and then what little
you know about ASM, you can insert into the C program for more control or for
subroutines.
C is for almost any platform, although i beleive it is a bit differnent for
the TI 89 and 92 (+). So if you learn C on a Calculator, you can also do
computers and PDAs and what not. Where ASM is nice, it is only for one
processor and isnt very universal.
I am learning ASM and then C. But that is only because i am very interested
in ASM. So, if you are only planning on calculators, go with ASM, but if you
are interested w/ computer programming learn C (++)!!!
Kyle
(btw: neither is better than the other. they are used for different
things =)