From d0cfbe9b6ad29c2809e20a635c12a66c7a8b8cbb Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Thu, 16 Jan 2025 13:39:10 +0100 Subject: [PATCH] add: minilibc to the examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcb2b9f..472ade8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ make lib Then link the library to your program, see [this example](tests/lib_use.c).
# Code examples +- [a few functions of libc recoded in PASM](examples/minilibc/) - [hello world and arrays tests](examples/array.pasm) - [xor decryption of hello world](examples/xored_hello.pasm) - [keylogger](examples/keylogger.pasm)