From d16950460c966e302f79b7450f50cc21ddc93672 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 13 Jun 2021 00:05:11 +1000 Subject: [PATCH] bug fix ALLOT --- compile.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.asm b/compile.asm index e7f3090..f723487 100644 --- a/compile.asm +++ b/compile.asm @@ -41,7 +41,7 @@ p_create_COPY: WORD p_allot,'ALLOT' ;; ( n -- ) ;; Allocate n bytes on the heap - dq p_here, p_put_plus, p_return + dq p_here, p_swap, p_put_plus, p_return WORD p_quote,"'" ;; ( "word" -- cfa ) -- 2.39.2