Updated libc

This commit is contained in:
Alex
2022-12-12 00:44:43 +02:00
parent 9ff9b3a319
commit 123ae92e47
17 changed files with 3026 additions and 25 deletions

View File

@ -8,6 +8,8 @@ _start:
pushq %rbp
movq %rsp, %rbp
pushq %rcx
pushq %rdx
pushq %rsi
pushq %rdi
@ -15,6 +17,8 @@ _start:
popq %rdi
popq %rsi
popq %rdx
popq %rcx
call main
movl %eax, %edi