The aim of this project is to become familiar with assembly language.
Find a file
Raphael e499bda7a1
build: adding the CFLAGS to compile on my server
- The -Wno-unused-result is not mandatory at 42 and is too long to catch
each time
2025-12-11 23:29:34 +01:00
includes feat(includes): adding the prototype of read / write 2025-12-11 23:11:33 +01:00
src fix(read): fixing the infinite loop on the read function 2025-12-11 23:27:56 +01:00
test test(read): adding the read function to test 2025-12-11 23:28:19 +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(flake): renaming the session variable 2025-12-11 23:09:33 +01:00
Makefile build: adding the CFLAGS to compile on my server 2025-12-11 23:29:34 +01:00