aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-11-30 11:39:31 -0500
committerClyne Sullivan <clyne@bitgloo.com>2024-11-30 11:39:31 -0500
commit5b81d9c76dd115375efdd73ef15da9c37ce0c6fc (patch)
treeb6f21fcbd26a0c29c376e0ac93201f890f1eee2b /core.fth
parent860cdb7b387723eddea9bd110c85ebeaaa6c5b70 (diff)
constinit forth, build dict mem into forth
Diffstat (limited to 'core.fth')
-rw-r--r--core.fth2
1 files changed, 0 insertions, 2 deletions
diff --git a/core.fth b/core.fth
index 9c6b7cf..a194aa1 100644
--- a/core.fth
+++ b/core.fth
@@ -1,5 +1,3 @@
-: unused [ _d 8 cells + ] literal @ here - ;
-
: ['] ' [ ' literal , ] ; immediate
: if ['] _jmp0 , here 0 , ; immediate