bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/15776] MSP430 "add" and "addc" in "Rn, Rm" mode assembles to no


From: nickc at redhat dot com
Subject: [Bug gas/15776] MSP430 "add" and "addc" in "Rn, Rm" mode assembles to nothing
Date: Wed, 24 Jul 2013 08:30:46 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Travis,

  This does not seem to happen for me:

  % cat add.s
    .text
       add    R4,    R5
      add    R4,    R4    
       addc    R4,    R5
      addc    R4,    R4

  % msp430-as add.s -o add.o
  % msp430-objdump -d add.o
  add.o:     file format elf32-msp430

  Disassembly of section .text:

  00000000 <.text>:
     0:   05 54           add     r4,     r5      ;
     2:   04 54           rla     r4              ;
     4:   05 64           addc    r4,     r5      ;
     6:   04 64           rlc     r4              ;

  Could it be that this problem has already been fixed ?

Cheers
  Nick

-- 
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]