From: Ralph Ronnquist Date: Tue, 15 Jun 2021 04:30:09 +0000 (+1000) Subject: upgrade X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=39427aee877cab09feea798b146e06dc7bfc25cc;p=rrq%2Frrqforth.git upgrade --- diff --git a/reference.html b/reference.html index 7da9aa8..41b0190 100644 --- a/reference.html +++ b/reference.html @@ -886,6 +886,7 @@ asciidoc.install();

TELL   .TEMP   TEMP   +TEMPHELD   TEMPSPACE   TERMINATE0   TFA>CFA   @@ -3523,6 +3524,22 @@ small and short-lived data areas.

_______________________________________________________
+

+ +
+

Word: TEMPHELD

+
+
+
Data stack: ( -- a )
+
+

"TEMPHELD" is a variable word that keeps the lowest offset of the +TEMPSPACE space to reuse upon cycling. The space +below TEMPHELD is "held" in the sense of not being reused upon +cycling. An application may change the TEMPSPACE offset as needed to +dynamically preserve memory longer term.

+
+_______________________________________________________ +

@@ -3863,7 +3880,7 @@ is deepest.

diff --git a/rrqforth b/rrqforth index 9155a15..96dbec7 100755 Binary files a/rrqforth and b/rrqforth differ