From: Lukas Krickl Date: Wed, 4 Jun 2025 09:25:59 +0000 (+0200) Subject: TODO: Added .extern note X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=8e2f2d51162acb40352e17337ee4b9d61b1289c9;p=ulas%2F.git TODO: Added .extern note --- diff --git a/TODO.md b/TODO.md index 5dd9079..ee51958 100644 --- a/TODO.md +++ b/TODO.md @@ -9,3 +9,4 @@ - 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. +- Add `.extern` directive allowing the user to define external labels