From 2352f96f8cc185aabbe7f077846f719efa2b78f8 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 15 Jul 2025 20:45:21 +0200 Subject: [PATCH] Added TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 8c236ec..ecf2fd7 100644 --- a/TODO.md +++ b/TODO.md @@ -11,3 +11,4 @@ - 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 - 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. -- 2.30.2