S12Z: Opcodes: Handle bit map operations with non-canonical operands.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / bit-manip-invalid.d
index 571f435cd0672fd861f3e9e5b9b793e5a738980e..d16a8f5683e34f00bcd89d46eae5b6abd785b196 100644 (file)
@@ -1,5 +1,5 @@
 #objdump: -d
-#name:    Test of disassembler behaviour by with invalid bit manipulation instructions
+#name:    Test of disassembler behaviour with invalid bit manipulation instructions
 #source:  bit-manip-invalid.s
 
 
@@ -17,3 +17,7 @@ Disassembly of section \.text:
    8:  03 65 12        brset d1, #4, \*\+18
    b:  01              nop
    c:  01              nop
+   d:  ec 44           bclr d0, #0
+   f:  ec 7c           bclr d0, #7
+  11:  ed 5d           bset d1, #3
+  13:  ed 7d           bset d1, #7
This page took 0.025074 seconds and 4 git commands to generate.