X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Fdoc%2Fc-avr.texi;fp=gas%2Fdoc%2Fc-avr.texi;h=bc40a861d4c49e0787c5f971b272b582972394c3;hp=9bf743d77d356edfaa62daa942d28843482136e0;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 9bf743d..bc40a86 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -1,4 +1,4 @@ -@c Copyright 2006 +@c Copyright 2006, 2007, 2008, 2009 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -33,36 +33,52 @@ Specify ATMEL AVR instruction set or MCU type. Instruction set avr1 is for the minimal AVR core, not supported by the C -compiler, only for assembler programs (MCU types: at90s1200, attiny10, +compiler, only for assembler programs (MCU types: at90s1200, attiny11, attiny12, attiny15, attiny28). Instruction set avr2 (default) is for the classic AVR core with up to -8K program memory space (MCU types: at90s2313, at90s2323, attiny22, -attiny26, at90s2333, at90s2343, at90s4414, at90s4433, at90s4434, -at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny2313, -attiny261, attiny461, attiny861, attiny24, attiny44, attiny84, attiny25, -attiny45, attiny85). +8K program memory space (MCU types: at90s2313, at90s2323, at90s2333, at90s2343, +attiny22, attiny26, at90s4414, at90s4433, at90s4434, at90s8515, at90c8534, +at90s8535). + +Instruction set avr25 is for the classic AVR core with up to 8K program memory +space plus the MOVW instruction (MCU types: attiny13, attiny13a, attiny2313, +attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84, +attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461, attiny861, +attiny861a, attiny87, attiny43u, attiny48, attiny88, at86rf401, ata6289). Instruction set avr3 is for the classic AVR core with up to 128K program -memory space (MCU types: atmega103, atmega603, at43usb320, at43usb355, -at76c711). +memory space (MCU types: at43usb355, at76c711). + +Instruction set avr31 is for the classic AVR core with exactly 128K program +memory space (MCU types: atmega103, at43usb320). + +Instruction set avr35 is for classic AVR core plus MOVW, CALL, and JMP +instructions (MCU types: attiny167, attiny327, at90usb82, at90usb162, atmega8u2, +atmega16u2, atmega32u2). Instruction set avr4 is for the enhanced AVR core with up to 8K program -memory space (MCU types: atmega48, atmega8, atmega83, atmega85, atmega88, -atmega8515, atmega8535, atmega8hva, at90pwm1, at90pwm2, at90pwm3). +memory space (MCU types: atmega48, atmega48p,atmega8, atmega88, atmega88p, +atmega8515, atmega8535, atmega8hva, atmega4hvd, atmega8hvd, at90pwm1, +at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81, atmega8m1, atmega8c1). Instruction set avr5 is for the enhanced AVR core with up to 128K program -memory space (MCU types: atmega16, atmega161, atmega162, atmega163, -atmega164p, atmega165, atmega165p, atmega168, atmega169, atmega169p, -atmega32, atmega323, atmega324p, atmega325, atmega325p, atmega329, -atmega329p, atmega3250, atmega3250p, atmega3290, atmega3290p, atmega406, -atmega64, atmega640, atmega644, atmega644p, atmega128, atmega1280, -atmega1281, atmega645, atmega649, atmega6450, atmega6490, atmega16hva, -at90can32, at90can64, at90can128, at90usb82, at90usb162, at90usb646, -at90usb647, at90usb1286, at90usb1287, at94k). - -Instruction set avr6 is for the enhanced AVR core with 256K program -memory space (MCU types: atmega2560, atmega2561). +memory space (MCU types: atmega16, atmega161, atmega162, atmega163, atmega164p, +atmega165, atmega165p, atmega168, atmega168p, atmega169, atmega169p, atmega16c1, +atmega32, atmega323, atmega324p, atmega325, atmega325p, atmega3250, atmega3250p, +atmega328p, atmega329, atmega329p, atmega3290, atmega3290p, atmega406, atmega64, +atmega640, atmega644, atmega644p, atmega644pa, atmega645, atmega6450, atmega649, +atmega6490, atmega16hva, atmega16hvb, atmega32hvb, at90can32, at90can64, +at90pwm216, at90pwm316, atmega32c1, atmega64c1, atmega16m1, atmega32m1, +atmega64m1, atmega16u4, atmega32u4, atmega32u6, at90usb646, at90usb647, at94k, +at90scr100). + +Instruction set avr51 is for the enhanced AVR core with exactly 128K program +memory space (MCU types: atmega128, atmega1280, atmega1281, atmega1284p, +atmega128rfa1, at90can128, at90usb1286, at90usb1287, m3000f, m3000s, m3001b). + +Instruction set avr6 is for the enhanced AVR core with a 3-byte PC (MCU types: +atmega2560, atmega2561). @cindex @code{-mall-opcodes} command line option, AVR @item -mall-opcodes