and...@debian:~$ cat test2.S
lpm R9, Z+
lpm R9, Z
and...@debian:~$ avr-as -mmcu=atmega8 -o test2.o test2.S
and...@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+
and...@debian:~$


Note that assembler genarates correct code, but disassembler shows
same mnemonics for different instructions


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to