rename assembly link for >R
[rrq/rrqforth.git] / adoc / p_dot.adoc
1 anchor:p_dot[]
2
3 Word: .
4 -------
5
6 ----
7 stdio.asm:      WORD p_dot,'.',fasm
8 ----
9
10 Data stack: ( v -- )
11
12 "." is a function word that prints the top stack value to stdout usonb
13 <<p_base,BASE>> (either <<p_decimal,DECIMAL>> or <<p_hex,HEX>>).
14