aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-10 00:34:16 +1300
committerAndrew Chambers <[email protected]>2021-10-10 00:34:16 +1300
commit9e47a6b71ac6e3b4e3b9802f3a3d4b78d79c1b47 (patch)
tree67d76ee1409e8be4404d51a67e4155a8bd3a99ac /test/test.sh
parentbfdfb93ca9b4471a937f8986d86389a8937d2564 (diff)
Prepare for 3 argument instructions.
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 05d40bf..71e13b5 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -36,6 +36,13 @@ t "divq (%rip)"
t "idiv %rax"
t "idivq (%rax)"
t "idivq (%rip)"
+t "mul %rax"
+t "mulq (%rax)"
+t "mulq (%rip)"
+t "imul %rax"
+t "imulq (%rax)"
+t "imulq (%rip)"
+
t "pushq (%r9)"
t "pushq %r9"