TODO: improved todo
authorLukas Krickl <lukas@krickl.dev>
Sun, 10 Aug 2025 12:53:58 +0000 (14:53 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 10 Aug 2025 12:53:58 +0000 (14:53 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 29e0da388fac1a9dd4039a5ded245462042cd690..58052fb565afec793b1db6e67f2b03ec78c2a9cf 100644 (file)
--- 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).