X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=reference.html;h=a1de89cbf7de1fde99526c0439f3bba94bdd8a81;hb=d578692bf8e65d9448c48ea8dae7dd6642e03622;hp=9900bbd6523455f03232be79b6944e426f725a5e;hpb=426857d112aab766d577f58982141963952e49c8;p=rrq%2Frrqforth.git diff --git a/reference.html b/reference.html index 9900bbd..a1de89c 100644 --- a/reference.html +++ b/reference.html @@ -801,6 +801,7 @@ asciidoc.install(); BEGIN   BREAK  

CFA>FLAGS@   +CFA>TFA   CLEAR-STREAM   CREATE   CURRENT-WORDLIST  

@@ -871,6 +872,7 @@ asciidoc.install(); SWAP   SYSTEM  

TELL   +.TEMP   TERMINATE0   TFA>CFA   TFA>DFA   @@ -1133,6 +1135,26 @@ at the current free head address, which also is incremented.

_______________________________________________________
+

+ +
+

Word: CFA>TFA

+
+
+
Data stack: ( cfa -- tfa )
+
+

"CFA>TFA" is a function word that pushes word tfa of the given cfa.

+
+
+
+
+
Definition concept for CFA>TFA
+

: CFA>TFA 14 - @ ;

+
+
+
+_______________________________________________________ +

@@ -1848,6 +1870,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 +3575,7 @@ is deepest.