From: Ralph Ronnquist Date: Sat, 5 Jun 2021 10:53:56 +0000 (+1000) Subject: update X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=b49fed131d5a7806d0737bdc6f9b693c64753cf2;p=rrq%2Frrqforth.git update --- diff --git a/reference.html b/reference.html index 9900bbd..7b6cb8a 100644 --- a/reference.html +++ b/reference.html @@ -871,6 +871,7 @@ asciidoc.install(); SWAP   SYSTEM  

TELL   +.TEMP   TERMINATE0   TFA>CFA   TFA>DFA   @@ -1848,6 +1849,23 @@ the current BASE (either DECIMAL

_______________________________________________________
+

+
+
+

Word: .TEMP

+
+
+
Data stack: ( v -- char* n )
+
+

".TEMP" is a function word that renders a cell value as an integer +using the current BASE, which is either +DECIMAL or HEX. In DECIMAL +BASE, a negative value is rendered as such with a leading +minus sign, whereas HEX BASE rendering is +unsigned.

+
+_______________________________________________________ +

@@ -3536,7 +3554,7 @@ is deepest.

diff --git a/rrqforth b/rrqforth index e308586..e30a063 100755 Binary files a/rrqforth and b/rrqforth differ