diff options
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index cd174e7..9bd08f6 100644 --- a/test/test.sh +++ b/test/test.sh @@ -25,6 +25,12 @@ t () { echo -n "." } + +t "addq (%rax), %rax" +t "andq (%rax), %rax" +t "subq (%rax), %rax" +t "xorq (%rax), %rax" + t "nop" t "ret" t "leave" |
