bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/12329] New: avr-objdump -d: wrong op-code


From: jesari at tel dot uva.es
Subject: [Bug binutils/12329] New: avr-objdump -d: wrong op-code
Date: Thu, 16 Dec 2010 17:30:18 +0000

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: address@hidden
        ReportedBy: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]