summaryrefslogtreecommitdiffstats
path: root/include/opcode
diff options
context:
space:
mode:
authorEric Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
committerEric Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
commit4be948a34ac7c9da65b402322ed567870f79d42b (patch)
tree812bd935249524fa1425a844eb12aaea29f77282 /include/opcode
parent797ac90aed26ac9ac6c0224c0e8da7ed03254982 (diff)
downloadcygnal-4be948a34ac7c9da65b402322ed567870f79d42b.tar.gz
cygnal-4be948a34ac7c9da65b402322ed567870f79d42b.tar.bz2
cygnal-4be948a34ac7c9da65b402322ed567870f79d42b.zip
/gas:
2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/avr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index 50a41a0f7..7f7ee0c35 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -34,6 +34,7 @@
#define AVR_ISA_TINY1 (AVR_ISA_1200 | AVR_ISA_LPM)
#define AVR_ISA_PWMx (AVR_ISA_M8 | AVR_ISA_BRK)
#define AVR_ISA_2xxx (AVR_ISA_TINY1 | AVR_ISA_SRAM)
+#define AVR_ISA_RF401 (AVR_ISA_2xxx | AVR_ISA_MOVW | AVR_ISA_LPMX)
#define AVR_ISA_TINY2 (AVR_ISA_2xxx | AVR_ISA_MOVW | AVR_ISA_LPMX | \
AVR_ISA_SPM | AVR_ISA_BRK)
#define AVR_ISA_M8 (AVR_ISA_2xxx | AVR_ISA_MUL | AVR_ISA_MOVW | \