major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_digits.adoc
index 3bbfdf455906b92c1dfb544122eec422245614d0..4c3d8a1bbad6a7293faeaa7353647607547aa64b 100644 (file)
@@ -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.