TODO: Added a todo note
authorLukas Krickl <lukas@krickl.dev>
Sat, 26 Jul 2025 03:12:44 +0000 (05:12 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 26 Jul 2025 03:12:44 +0000 (05:12 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index ecf2fd7e4a5ce2e5d22ac79010b1699fe870cd2c..45e75fa03925d65689e0d09b25da296a2e2204f8 100644 (file)
--- 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)