]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/bfin/misc.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / bfin / misc.s
diff --git a/gas/testsuite/gas/bfin/misc.s b/gas/testsuite/gas/bfin/misc.s
new file mode 100644 (file)
index 0000000..c2f7376
--- /dev/null
@@ -0,0 +1,6 @@
+       .text
+       .global _misc
+_misc:
+       /* Check "0 & 0xffff" is parsed correctly.  */
+       r0.l = 0 & 0xffff;
+