avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] GCC Compiler support for ATtiny10


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] GCC Compiler support for ATtiny10
Date: Thu, 8 Oct 2009 23:47:34 +0200 (MET DST)

"Rodney McCray" <address@hidden> wrote:

> Is there C compiler support for the ATtiny10 in AVR studio v4.17's
> GCC compiler.

There's probably not even assembler support for it.  This device is
much unlike any other AVR (assuming you mean the "new" ATtiny10,
rather than the historical one), in that it only offers half of the
register file.

For just 1 KiB of flash ROM (or even only 512 B for its ATtiny5
derivative), it's probably best to resort to assembly language anyway.
For such a small instruction memory, every word counts.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]