Content deleted Content added
External links |
Stan Shebs (talk | contribs) tweak links, mention GNU |
||
Line 1:
The '''Atmel AVR''' is a family of [[RISC]] [[microcontroller]]s from [[Atmel]]. Unlike the [[PIC microcontroller|PIC]], the AVR [[instruction set]] is compatible across models. The AVR was designed for efficient execution of [[compiler|compiled]] [[C programming language|C]] code. Thus some instructions, such as add immediate, are strangely missing (you have to subtract immediate the complement instead) and others, such as compare with carry, are included.
Like the
▲===External Links===
*[http://www.avrfreaks.net AVRFreaks]
|