X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_digits.adoc;h=4c3d8a1bbad6a7293faeaa7353647607547aa64b;hb=ef492db3b89ae7e0fe6317d3a1d0e727c28bf8ca;hp=3bbfdf455906b92c1dfb544122eec422245614d0;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_digits.adoc b/adoc/p_digits.adoc index 3bbfdf4..4c3d8a1 100644 --- a/adoc/p_digits.adoc +++ b/adoc/p_digits.adoc @@ -1,9 +1,12 @@ +// stdio.asm: WORD p_digits,'DIGITS',dovariable + anchor:p_digits[] -Word: DIGITS ------------- +=== Word: DIGITS ----- -stdio.asm: WORD p_digits,'DIGITS',dovariable ----- +.... +Data stack: ( -- a ) +.... +"DIGITS" is a variable word that holds the character array for mapping +digit values to characters. It contains the 16 characters 0-9 and a-f.