"Rodney McCray" <res1z...@verizon.net> 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. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list