upgrade
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 15 Jun 2021 04:30:09 +0000 (14:30 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 15 Jun 2021 04:30:09 +0000 (14:30 +1000)
reference.html
rrqforth

index 7da9aa85489a9ae3834c2a452e98f543ff1622cd..41b019023b1af32bf74615ca410080ca0b93aa9c 100644 (file)
@@ -886,6 +886,7 @@ asciidoc.install();
 <div class="paragraph"><p><a href="#p_tell">TELL</a> &#160;\r
 <a href="#p_dot_temp">.TEMP</a> &#160;\r
 <a href="#p_temp.adoc">TEMP</a> &#160;\r
+<a href="#p_tempheld.adoc">TEMPHELD</a> &#160;\r
 <a href="#p_tempspace">TEMPSPACE</a> &#160;\r
 <a href="#p_terminate0">TERMINATE0</a> &#160;\r
 <a href="#p_tfa2cfa">TFA&gt;CFA</a> &#160;\r
@@ -3523,6 +3524,22 @@ small and short-lived data areas.</p></div>
 <div style="text-align:center">\r
 _______________________________________________________\r
 </div>\r
+<div class="paragraph"><p><a id="p_tempheld"></a></p></div>\r
+</div>\r
+<div class="sect2">\r
+<h3 id="_word_tempheld">Word: TEMPHELD</h3>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><code>Data stack: ( -- a )</code></pre>\r
+</div></div>\r
+<div class="paragraph"><p>"TEMPHELD" is a variable word that keeps the lowest offset of the\r
+<a href="#p__tempspace">TEMPSPACE</a> space to reuse upon cycling. The space\r
+below TEMPHELD is "held" in the sense of not being reused upon\r
+cycling. An application may change the TEMPSPACE offset as needed to\r
+dynamically preserve memory longer term.</p></div>\r
+<div style="text-align:center">\r
+_______________________________________________________\r
+</div>\r
 <div class="paragraph"><p><a id="p_tempspace"></a></p></div>\r
 </div>\r
 <div class="sect2">\r
@@ -3863,7 +3880,7 @@ is deepest.</p></div>
 <div id="footer">\r
 <div id="footer-text">\r
 Last updated\r
- 2021-06-13 13:02:55 AEST\r
+ 2021-06-15 14:28:03 AEST\r
 </div>\r
 </div>\r
 </body>\r
index 9155a159520c3149b630e7317c44766b96b664a8..96dbec7e44fd155a8628d980ed17410302a984d7 100755 (executable)
Binary files a/rrqforth and b/rrqforth differ