We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57aa7b3 commit d0cfbe9Copy full SHA for d0cfbe9
README.md
@@ -36,6 +36,7 @@ make lib
36
Then link the library to your program, see [this example](tests/lib_use.c).<br>
37
38
# Code examples
39
+- [a few functions of libc recoded in PASM](examples/minilibc/)
40
- [hello world and arrays tests](examples/array.pasm)
41
- [xor decryption of hello world](examples/xored_hello.pasm)
42
- [keylogger](examples/keylogger.pasm)
0 commit comments