Re: microcontroller programming -- how to begin
- From: David <david@xxxxxxxxx>
- Date: 30 May 2006 22:05:26 +0200
Pooh Bear wrote:
Ken Smith wrote:
In article <4479e421$0$4493$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Andreas Schwarz <usenet@xxxxxxxxxxxxx> wrote:
On the contrary, most of the free 8051 stuff is very oldYou mean tried and true, well proven don't you. Just because something
has been around for a while doesn't lower its value.
Hear hear !
and of limitedA free macro assembler is very far from "of limited value".
value,
whereas for AVR there is a free, actively developed C compiler"actively developed" is a very strange turn of phrase. Do you mean that
(AVR-GCC)
they are still working on it (ie: trying to remove the bugs)
If an assembler / compiler works why does it need 'developing' ?
Graham
That certainly applies to some programs - one of the most popular terminal emulator programs on Windows is Tera Term Pro, which has not been updated since 1999. It does the job it was meant to do, and does it well.
An assembler also has little need for updating, but a compiler can always be improved. Whether it is worth doing or not is a different matter, of course, but no compiler ever generates truly optimal code, and can therefore be improved. It can also be extended to support newer language features. Finally, there is the library that comes with most toolchains, which can be further developed.
One of the nice things with gcc is that if you don't want to use the latest and greatest versions, you can always get hold of old versions, and use whichever version you prefer, on whatever platform you want.
.
- References:
- microcontroller programming -- how to begin
- From: Ignoramus5457
- Re: microcontroller programming -- how to begin
- From: mc
- Re: microcontroller programming -- how to begin
- From: Ken Smith
- Re: microcontroller programming -- how to begin
- From: Andreas Schwarz
- Re: microcontroller programming -- how to begin
- From: Ken Smith
- Re: microcontroller programming -- how to begin
- From: Pooh Bear
- microcontroller programming -- how to begin
- Prev by Date: Re: can any one help me
- Next by Date: Re: IBM/Toshiba/Sony Cell CPU
- Previous by thread: Re: microcontroller programming -- how to begin
- Next by thread: Re: microcontroller programming -- how to begin
- Index(es):
Relevant Pages
|