summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300/mov4.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mn10300/mov4.s')
-rw-r--r--gas/testsuite/gas/mn10300/mov4.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mn10300/mov4.s b/gas/testsuite/gas/mn10300/mov4.s
new file mode 100644
index 0000000000..99d69c12dc
--- /dev/null
+++ b/gas/testsuite/gas/mn10300/mov4.s
@@ -0,0 +1,13 @@
+ .text
+ mov a1,(32768,sp)
+ mov a1,(131071,sp)
+ mov a1,(d2,a2)
+ mov a1,(128)
+ mov a1,(131071)
+ mov sp,(32,a1)
+ mov 8,d1
+ mov 256,d1
+ mov 131071,d1
+ mov 8,a1
+ mov 256,a1
+ mov 131071,a1