From: Lukas Krickl Date: Sat, 26 Jul 2025 03:12:44 +0000 (+0200) Subject: TODO: Added a todo note X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1afbbb8b4e486abaf6b9a1f00083cae599d6541b;p=ulas%2F.git TODO: Added a todo note --- diff --git a/TODO.md b/TODO.md index ecf2fd7..45e75fa 100644 --- a/TODO.md +++ b/TODO.md @@ -12,3 +12,6 @@ - Add `.extern` directive allowing the user to define external labels - Add `.scope` for `.def` and `.de.` variables - Add `#cop n, ...` preprocessor directive. It should work just like .rep but just insert the line n times into the source code and then preprocess the result. +- Add function calls to expressions. For now only hard-coded functions such as MIN and MAX should be added. +- Add bank number to label struct +- Add a BANKNUM function e.g. BANKNUM(label)