https://sourceware.org/bugzilla/show_bug.cgi?id=19561
Bug ID: 19561
Summary: wrong code generated for rrux instruction for msp430
target
Product: binutils
Version: 2.24
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: david.schultz at earthlink dot net
Target Milestone: ---
Using rpt with the rrux.w instruction generated an error stating that this
instruction could not be used with a repeat. The problem is that the assembler
is generating the rrum instruction from the extended instruction set rather
than the expected rrc instruction with an extension word that has the zero
carry bit set.
The only way to work around this is by using .word directives since there is no
way to set the zero carry bit.
--
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