* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / gas / testsuite / gas / v850 / logical.s
index 6b72fe3..ab00b3b 100644 (file)
@@ -3,9 +3,9 @@
        .global logicals
 logicals:
        and r5,r6
-       andi 5,r5,r6
+       andi 7,r5,r6
        not r5,r6
        or r5,r6
-       ori 5,r5,r6
+       ori 7,r5,r6
        xor r5,r6
-       xori 5,r5,r6
+       xori 7,r5,r6