bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/22133] New: msp430 accepts mov &SRC(Rx), &DST(Rx)


From: mail at swbz dot g66.org
Subject: [Bug gas/22133] New: msp430 accepts mov &SRC(Rx), &DST(Rx)
Date: Thu, 14 Sep 2017 13:54:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22133

            Bug ID: 22133
           Summary: msp430 accepts mov &SRC(Rx), &DST(Rx)
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: mail at swbz dot g66.org
  Target Milestone: ---

If we (accidently) write

.equiv  SRC,     1800h
.equiv  DST,     1880h
mov     &SRC(R13), &DST(R13)

it gets silently accepted and will result in

mov.w &0x1800, &0x1880

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