summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/pop-op.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-30 15:20:14 +0000
committerNick Clifton <nickc@redhat.com>2001-10-30 15:20:14 +0000
commit2cf98ff04309623b05bbd91a6447bfae4b2c2e24 (patch)
tree2acb1c0c7e97dbf8540db85537b2f8ad509a4523 /gas/testsuite/gas/mmix/pop-op.s
parent172d9978811d342be00ad53e20d51c5734d2781e (diff)
downloadbinutils-redhat-2cf98ff04309623b05bbd91a6447bfae4b2c2e24.tar.gz
Add MMIX support
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
+