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 |
|