aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-14 14:37:37 +1300
committerAndrew Chambers <[email protected]>2021-10-14 14:37:37 +1300
commit1de295e1499d2fa5fc4bfa80b5edc6d3dbed7350 (patch)
tree691f8ed3b784287cce6de1ad400aaba122420387 /test
parent819bbdd85a9950d428db00934849ee5a900c347b (diff)
Handle 64 bit immediates.
Diffstat (limited to 'test')
-rw-r--r--test/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 0173742..6082ca6 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -30,6 +30,8 @@ t () {
echo -n "."
}
+t "mov \$17293822569102704639, %rax"
+
t "callq *%rax"
t "callq *%r10"