Commit graph

15 commits

Author SHA1 Message Date
Raphael
ac1ce88633
feat(strdup): adding the function in asm 2026-01-13 14:00:21 +01:00
Raphael
cb24a4301e
docs(strcpy): fix the documentation for check NULL for rsi 2025-12-29 17:03:30 +01:00
Raphael
e84d0ea774
feat(read): adding the return value on -1 if the buf is NULL 2025-12-29 16:58:18 +01:00
Raphael
13be686bcd
refactor(write): adding a whitespace between segment and extern 2025-12-28 19:49:42 +01:00
Raphael
0bfedb14e0
refactor(read): adding a whitespace between segment and extern 2025-12-28 19:49:35 +01:00
Raphael
c7f7e10e74
feat(strcpy): adding my own strcpy version 2025-12-13 13:36:08 +01:00
Raphael
4bb1258298
feat(write): adding '.exit' function
- Coherence with read (other syscall mandatory)
2025-12-12 00:11:01 +01:00
Raphael
cbf69b7fe5
docs(read): adding the documentation to the return 2025-12-12 00:10:14 +01:00
Raphael
d93443fb91
fix(read): fixing the infinite loop on the read function
- The original will infinite loop
2025-12-11 23:27:56 +01:00
Raphael
d55c035b97
feat(read): adding the read function in asm 2025-12-11 23:11:56 +01:00
Raphael
e40d4748cd
feat(write): adding the write function in asm 2025-12-11 23:11:49 +01:00
Raphael
88af64a057
feat(strcmp): adding the function strcmp function
This function is already commented
2025-12-09 12:43:29 +01:00
Raphael
42ec5e62e9
docs(strlen): adding the strlen documentation
- This comment is here to explain each etape. The main goal of this is
for all people never made assembly can understand
2025-12-09 12:34:32 +01:00
Raphael
ac339ec277
feat(strlen): improve memory management
- Now using the xor to initialise the return value (faster / memory
better)
2025-12-08 15:13:11 +01:00
Raphael
e5e343ff58
feat(src/strlen): adding the ft_strlen function
- The strlen function now working
2025-12-06 19:55:18 +01:00