Skip to content

Commit

Permalink
Publish Entry 30
Browse files Browse the repository at this point in the history
  • Loading branch information
kratenko committed Feb 11, 2024
1 parent e2f3c96 commit 681d709
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
entry: 29
published: 2022-07-31
entry: 30
published: 2024-02-11
tag: v0.0.13-journey
---

Expand Down Expand Up @@ -32,7 +32,7 @@ It does that by the newly introduces special *Frame Base Register (FB)*.
What's with that funny name? This is something I will need later, when I introduce real
function calls inside the VM. A call will create a new frame that is somewhat like a
new local execution environment. This will also allow for local variables (told ya, I want those).
But for know we have up to 256 global variables at our disposal. That is quite a bit.
But for now we have up to 256 global variables at our disposal. That is quite a bit.

## Variable operations
There are two new operations for handling global variables:
Expand Down

0 comments on commit 681d709

Please sign in to comment.