diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-25 07:03:06 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-25 07:03:06 -0500 |
commit | 454d7a339521d250222372ffe8745c296028dee9 (patch) | |
tree | dbca41a7a7bbd4c559e990ea3c9f5ddc2251de91 /source | |
parent | bbff2c86a173d7ff65ef7a378c8de7de62af9f9b (diff) |
add MOVE, FILL, ENVIRONMENT?, ACCEPT, RECURSE
Diffstat (limited to 'source')
-rw-r--r-- | source/core.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core.cpp b/source/core.cpp index 52dbcbb..c5d7f28 100644 --- a/source/core.cpp +++ b/source/core.cpp @@ -147,6 +147,8 @@ void colon() // The actual function list will begin one Cell beyond here. comma(HERE + sizeof(Cell)); + DICT[DIdxCompXt] = *SP - 2 * sizeof(Cell); + // Enter compiling state. STATE = -1; } |