http://sourceware.org/bugzilla/show_bug.cgi?id=12329

           Summary: avr-objdump -d: wrong op-code
           Product: binutils
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: jes...@tel.uva.es


The instruction:

    LPM  Rx,Z

is dissasembled as:

    LPM  Rx,Z+

I found this while inspecting code for an ATtiny2313:

 714:    24 91           lpm    r18, Z+

The op-code 0x9124  should be "LPM R18,Z". Wrong post-increment addressing.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to