add: minilibc to the examples

This commit is contained in:
2025-01-16 13:39:10 +01:00
parent 57aa7b3e13
commit d0cfbe9b6a

View File

@@ -36,6 +36,7 @@ make lib
Then link the library to your program, see [this example](tests/lib_use.c).<br> Then link the library to your program, see [this example](tests/lib_use.c).<br>
# Code examples # Code examples
- [a few functions of libc recoded in PASM](examples/minilibc/)
- [hello world and arrays tests](examples/array.pasm) - [hello world and arrays tests](examples/array.pasm)
- [xor decryption of hello world](examples/xored_hello.pasm) - [xor decryption of hello world](examples/xored_hello.pasm)
- [keylogger](examples/keylogger.pasm) - [keylogger](examples/keylogger.pasm)