@@ -18,8 +18,7 @@
(define fib-program-asm
'( (variable result 0)
(push result)
(@)
(ref result)
(push fib)
(call)
(push cleanup)
@@ -50,8 +49,7 @@
(nip)
(return)
cleanup
(!)
(set! result)
(bye)))
(define adder-program-bytecode
The note is not visible to the blocked user.