diff options
| author | Michael Forney <[email protected]> | 2021-10-19 13:41:29 -0700 |
|---|---|---|
| committer | Michael Forney <[email protected]> | 2021-10-19 13:43:22 -0700 |
| commit | 1ac09dc704d199bb680b9b5939907ec828b5a61e (patch) | |
| tree | b6b312474ed78e1257a3651f7dd90a5ec1a0c594 /test/test.sh | |
| parent | af5b8e24c7c5a3db4ba4a9718375b95db57a1a25 (diff) | |
Use disp8 when possible for memarg.
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 152ea2b..ecf5ce1 100644 --- a/test/test.sh +++ b/test/test.sh @@ -43,6 +43,7 @@ t "callq *%rax" t "callq *%r10" t "callq *(%r10)" t "movb %r11b, (%rsi, %r12, 1)" +t "mov %rdi, -0x60(%rbp)" for r in rax r10 do |
