summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/pop-op.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mmix/pop-op.s')
-rw-r--r--gas/testsuite/gas/mmix/pop-op.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mmix/pop-op.s b/gas/testsuite/gas/mmix/pop-op.s
new file mode 100644
index 0000000000..e781aed445
--- /dev/null
+++ b/gas/testsuite/gas/mmix/pop-op.s
@@ -0,0 +1,9 @@
+# Check different type of operands to SWYM etc.
+# No need to check the canonical three constants.
+Main POP 132,3567
+ POP 132,YZ
+ POP X,3567
+ POP X,YZ
+X IS 23
+YZ IS #5678
+