diff options
Diffstat (limited to 'bin/sync/arch/x86_64/sync.s')
| -rw-r--r-- | bin/sync/arch/x86_64/sync.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/sync/arch/x86_64/sync.s b/bin/sync/arch/x86_64/sync.s new file mode 100644 index 00000000..f1fc7ffc --- /dev/null +++ b/bin/sync/arch/x86_64/sync.s @@ -0,0 +1,5 @@ +.globl _start + +_start: + mov 162, %rax + syscall |
