diff options
| author | Andrew Chambers <[email protected]> | 2021-10-14 14:37:37 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-14 14:37:37 +1300 |
| commit | 1de295e1499d2fa5fc4bfa80b5edc6d3dbed7350 (patch) | |
| tree | 691f8ed3b784287cce6de1ad400aaba122420387 /test | |
| parent | 819bbdd85a9950d428db00934849ee5a900c347b (diff) | |
Handle 64 bit immediates.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.sh | 2 |
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" |
