* config/tc-avr.c: New AVR_ISA_ defined.
commit129fea029e72987aad1f6f0fe39da94e251e040b
authorDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:48:32 +0000 (1 08:48 +0000)
committerDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:48:32 +0000 (1 08:48 +0000)
treeeaf2d9769819583c9a246b667cac4e768a5be132
parent40984dcd84d722c64124fa7e03f091bb218d6121
* config/tc-avr.c: New AVR_ISA_ defined.
(md_assemble): Handle opcodes with optional operands (lpm,elpm).
(avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
for `fmul', `movw' and `lpm R,Z' instructions.
(avr_operands): Warn if current opcode is a two-word instruction
and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
(avr_opcodes): New commands added.
(REGISTER_P): Check 'a' and 'v' constraint letters.
(mcu_types): New MCU added.
gas/ChangeLog
gas/config/tc-avr.c