documented the debug mode

This commit is contained in:
2023-08-05 21:24:09 +02:00
parent 617ab4c1be
commit 4cafbecf43
3 changed files with 18 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ TODO :
- code refactor (still bad practices)
- get rid of the CRT (so we can get a smaller PE)
TOFIX :
- line number when calling functions
- ret stack bug
# Documentation
The documentation is available [here](https://github.com/ALittlePatate/pasm/blob/main/docs/documentation.md), it *should* cover everything you have to know before writing scripts.