Language-specific CPUs was Re: uIEC/SD == AWESOME!

Jochen Kunz jkunz at unixag-kl.fh-kl.de
Fri Jan 2 01:29:34 CST 2009


On Thu, 1 Jan 2009 12:45:43 -0200
"Alexandre Souza" <alexandre-listas at e-secure.com.br> wrote:

>     AVR microcontrollers are said optimized for C, but there is an
> excellent assembler, the AVR Studio.
They are "optimized for C" in the sense that there architecture makes
it easy to implement C. (Flat memory, lots of registers, stack ...) I
did a project in AVR assembler. AVRs are much easier to assembler code
then the i8051. (The i8051 is a braindead, awkward POS. A typical intel
design... I used it once and will never again.) Today I do all my uC
hacking with avr-gcc. The oposit may be the PIC. Due to the PIC
architecture a C implementation is a bit tricky.
-- 


tschüß,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/




More information about the cctech mailing list