diff --git a/a.out b/a.out deleted file mode 100755 index 43764ec..0000000 Binary files a/a.out and /dev/null differ diff --git a/tst.o b/tst.o deleted file mode 100644 index 8dc9934..0000000 Binary files a/tst.o and /dev/null differ diff --git a/tst.s b/tst.s deleted file mode 100644 index bc3e896..0000000 --- a/tst.s +++ /dev/null @@ -1,21 +0,0 @@ -.intel_syntax noprefix - -.data -LC0: - .asciz "0x%08lx, 0x%08lx\n" -.text -foo: - sub rsp, 8 - mov rdx, rsi - mov rsi, rdi - lea rdi, [rip+LC0] - mov eax, 0 - call printf - add rsp, 8 - ret -.global main -main: - mov rdi, 0xABABABAB - mov rsi, 0xBEEFBEEF - call foo - ret \ No newline at end of file