The aim of this project is to become familiar with assembly language.
Find a file
2025-12-06 19:56:46 +01:00
src feat(src/strlen): adding the ft_strlen function 2025-12-06 19:55:18 +01:00
test feat(test/strlen): adding strlen tests 2025-12-06 19:56:46 +01:00
.asm-lsp.toml build(asm-lsp): adding configuration of asm-lsp 2025-12-06 19:54:45 +01:00
.gitignore core(git/ignore): adding object / depedency to ignore 2025-12-06 19:53:23 +01:00
flake.nix build(nix/flake): adding the asm_lsp_config config var 2025-12-06 19:54:21 +01:00
Makefile build(make): init the make 2025-11-30 20:16:56 +01:00