andrey@debian:~$ cat test2.S
lpm R9, Z+
lpm R9, Z
andrey@debian:~$ avr-as -mmcu=atmega8 -o test2.o test2.S
andrey@debian:~$ avr-objdump -d test2.o
test2.o: file format elf32-avr
Disassembly of section .text:
00000000 <.text>:
0: 95 90 lpm r9, Z+
2: 94 90 lpm r9, Z+
andrey@debian:~$
Note that assembler genarates correct code, but disassembler shows
same mnemonics for different instructions
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@...
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list