diff options
| author | Andrew Chambers <[email protected]> | 2021-10-06 14:26:51 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-06 14:26:51 +1300 |
| commit | 60986d0a98a0549a08b361bc62534f8ed864015c (patch) | |
| tree | 057ae3e06f01ae08def7cc90ae13281733fdaff3 /test | |
| parent | d19ea712e8cc3bcf86fdd624a297c7b3c31d3f27 (diff) | |
Add more instructions.
Diffstat (limited to 'test')
| -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 9bd08f6..4b747fb 100644 --- a/test/test.sh +++ b/test/test.sh @@ -25,6 +25,7 @@ t () { echo -n "." } +t "leaq (%rax), %rax" t "addq (%rax), %rax" t "andq (%rax), %rax" |
