summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/bitops1.s')
-rw-r--r--gas/testsuite/gas/h8300/bitops1.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/bitops1.s b/gas/testsuite/gas/h8300/bitops1.s
new file mode 100644
index 00000000000..3c107a1b822
--- /dev/null
+++ b/gas/testsuite/gas/h8300/bitops1.s
@@ -0,0 +1,18 @@
+ .text
+h8300_bit_ops_1:
+ band #0,r0l
+ band #0,@r0
+ band #0,@64:8
+ bclr #0,r0l
+ bclr #0,@r0
+ bclr #0,@64:8
+ bclr r1l,r0l
+ bclr r1l,@r0
+ bclr r1l,@64:8
+ biand #0,r0l
+ biand #0,@r0
+ biand #0,@64:8
+ bild #0,r0l
+ bild #0,@r0
+ bild #0,@64:8
+