Commit graph

7 commits

Author SHA1 Message Date
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