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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to