The aim of this project is to become familiar with assembly language.
Find a file
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
includes feat(includes): adding the libasm header 2025-12-08 15:11:57 +01:00
src docs(strlen): adding the strlen documentation 2025-12-09 12:34:32 +01:00
test test: adding the selection test w/ main's arg 2025-12-08 15:11:33 +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 fix(makefile): using hte test_compile rules in the test one 2025-12-08 15:13:37 +01:00