From 05d4281622e48eb9fc16e97be92dee3a73b99fde Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 10 Aug 2025 14:53:58 +0200 Subject: [PATCH] TODO: improved todo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 29e0da3..58052fb 100644 --- a/TODO.md +++ b/TODO.md @@ -16,4 +16,4 @@ - 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) -- Add stack-machine based expressions (e.g. 1 2 +, 1 2 max). keep previous expression syntax but deprecate it. denote stack expressions with a prefix like % (e.g. ld a, % 1 2 max). +- Add stack-machine based expressions (e.g. 1 2 +, 1 2 max). keep previous expression syntax but deprecate it. switch expression mode syntax with a directive e.g. .smon and .smoff (stack machine on/off). -- 2.30.2