add: poly.pasm script

This commit is contained in:
2024-01-20 19:38:13 +01:00
parent 2ab0d16928
commit 4f4825cd32
2 changed files with 95 additions and 0 deletions

View File

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