summaryrefslogtreecommitdiff
path: root/test/full-pipeline/should-pass/003-rtype.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/full-pipeline/should-pass/003-rtype.asm')
-rw-r--r--test/full-pipeline/should-pass/003-rtype.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/full-pipeline/should-pass/003-rtype.asm b/test/full-pipeline/should-pass/003-rtype.asm
new file mode 100644
index 0000000..7ed5f78
--- /dev/null
+++ b/test/full-pipeline/should-pass/003-rtype.asm
@@ -0,0 +1,6 @@
+; Test for some sort of parity between pseudo instructions for rtypes
+mv $0, $1
+mv $H, $2
+mv $2, $1
+neg $1
+neg $0