add: pointers, & and * keywords

stack is now long long :sadge:
This commit is contained in:
2024-01-22 19:49:14 +01:00
parent 64f8ecdbb3
commit 827937e4dc
9 changed files with 49 additions and 28 deletions

View File

@@ -35,4 +35,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)
- [pointers usage example](examples/ptr.pasm)
- [functions test](examples/test.pasm)