Fixed a lot of segfaults and bad practices

This commit is contained in:
2024-03-18 10:12:30 +01:00
parent c8170cfd3e
commit ddabaeba7f
10 changed files with 146 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
global _write
global ft_write
extern __errno_location
_write:
ft_write:
mov eax, 0x1
syscall
test rax, rax