summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/subb.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/xc16x/subb.s')
-rw-r--r--gas/testsuite/gas/xc16x/subb.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/testsuite/gas/xc16x/subb.s b/gas/testsuite/gas/xc16x/subb.s
new file mode 100644
index 0000000000..c066a433e8
--- /dev/null
+++ b/gas/testsuite/gas/xc16x/subb.s
@@ -0,0 +1,19 @@
+ .section .text
+ .global _fun
+xc16x_subb:
+
+ subb rl0,rl1
+ subb rl0,[r1]
+ subb rl0,[r1+]
+ subb rl0,#0x1
+ subb rl0,#0x43
+ subb rl0,0x7643
+ subb 0x7643,rl0
+
+
+
+
+
+
+
+ \ No newline at end of file