From: Lukas Krickl Date: Sun, 10 Aug 2025 12:53:58 +0000 (+0200) Subject: TODO: improved todo X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=05d4281622e48eb9fc16e97be92dee3a73b99fde;p=ulas%2F.git TODO: improved todo --- 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).