From: Lukas Krickl Date: Fri, 30 May 2025 04:35:44 +0000 (+0200) Subject: Added TODO X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=e55ed4c0261a8f076ba9dd19f7091803310c9d67;p=ulas%2F.git Added TODO --- diff --git a/TODO.md b/TODO.md index 228c744..5dd9079 100644 --- 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.