From 699f7c9a488ff282620b52948a23ad761454ee05 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 29 Jul 2019 22:41:37 +1200 Subject: Add some (failing) tests --- test/full-pipeline/003-rtype.test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/full-pipeline/003-rtype.test (limited to 'test/full-pipeline/003-rtype.test') diff --git a/test/full-pipeline/003-rtype.test b/test/full-pipeline/003-rtype.test new file mode 100644 index 0000000..7ed5f78 --- /dev/null +++ b/test/full-pipeline/003-rtype.test @@ -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 -- cgit v1.1