From 1afbbb8b4e486abaf6b9a1f00083cae599d6541b Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 26 Jul 2025 05:12:44 +0200 Subject: [PATCH] TODO: Added a todo note --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.30.2