Skip to content

Commit d0cfbe9

Browse files
committed
add: minilibc to the examples
1 parent 57aa7b3 commit d0cfbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ make lib
3636
Then link the library to your program, see [this example](tests/lib_use.c).<br>
3737

3838
# Code examples
39+
- [a few functions of libc recoded in PASM](examples/minilibc/)
3940
- [hello world and arrays tests](examples/array.pasm)
4041
- [xor decryption of hello world](examples/xored_hello.pasm)
4142
- [keylogger](examples/keylogger.pasm)

0 commit comments

Comments
 (0)