Add meta assembly commands for dealing with variables

This commit is contained in:
2025-06-20 13:18:40 -05:00
parent bfe6db57b6
commit 227dcc662e
3 changed files with 29 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
(variable result 0)
(push result)
(@)
(ref result)
(push fib)
(call)
(push cleanup)
@@ -31,6 +30,5 @@ recur
(nip)
(return)
cleanup
(push result)
(!)
(set! result)
(bye)