add: keylogger.pasm example

This commit is contained in:
2024-01-19 23:16:39 +01:00
parent 3e1e679975
commit 9f46bbb27e
2 changed files with 41 additions and 0 deletions

View File

@@ -33,4 +33,5 @@ make lib
Then link the library to your program, see [this example](tests/lib_use.c).<br>
# Code examples
- [keylogger](examples/keylogger.pasm)
- [functions test](examples/test.pasm)