aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-06 14:02:07 +1300
committerAndrew Chambers <[email protected]>2021-10-06 14:02:07 +1300
commitd19ea712e8cc3bcf86fdd624a297c7b3c31d3f27 (patch)
tree040bb15ac77f02c974a2d51c46d73eaa10960141 /test
parente0ff42fe7eb739d4320ec9f089eaa247bfca9fc8 (diff)
Add more instruction variants.
Diffstat (limited to 'test')
-rw-r--r--test/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index cd174e7..9bd08f6 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -25,6 +25,12 @@ t () {
echo -n "."
}
+
+t "addq (%rax), %rax"
+t "andq (%rax), %rax"
+t "subq (%rax), %rax"
+t "xorq (%rax), %rax"
+
t "nop"
t "ret"
t "leave"