Added TODO
authorLukas Krickl <lukas@krickl.dev>
Fri, 30 May 2025 04:35:44 +0000 (06:35 +0200)
committerLukas Krickl <lukas@krickl.dev>
Fri, 30 May 2025 04:35:44 +0000 (06:35 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 228c74425a536c6ee29e13019d7b46c6bde594a5..5dd9079b710c17e8225cd2e6b48366cc1e22efee 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -8,3 +8,4 @@
 - Assert `.section` in full test
 - Add `.bank.` directive allowing users to set the current bank number (ulas.bank) which can be used for symbol files.
 - Allow nested begin and end scope calls
+- Add `forth-like` mode. This mode should allow defining words similar to forth. It should have a built-in word for `assembly output` that can be implemented by the user.