summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/add.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/xc16x/add.s')
-rw-r--r--gas/testsuite/gas/xc16x/add.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/testsuite/gas/xc16x/add.s b/gas/testsuite/gas/xc16x/add.s
new file mode 100644
index 0000000000..bab7c0957e
--- /dev/null
+++ b/gas/testsuite/gas/xc16x/add.s
@@ -0,0 +1,17 @@
+.text
+xc16x_add:
+add r0,r1
+add r0,[r1]
+add r0,[r1+]
+add r0,#3
+add r0,#1234
+add r0,0xffed
+add 0xffed,r0
+
+
+
+
+
+
+
+ \ No newline at end of file