X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=adoc%2Fp_tell.adoc;h=a84fb1a84698b36fe94510745c6ca0ad4426126d;hb=656f37efbd89db1b1088281047a9633cf74e92ec;hp=4a607d7a7be40236e3d2099f3ec45af43cc622c0;hpb=fe4d0a01d5703d1ed6fa230679add024b5b2ca5c;p=rrq%2Frrqforth.git diff --git a/adoc/p_tell.adoc b/adoc/p_tell.adoc index 4a607d7..a84fb1a 100644 --- a/adoc/p_tell.adoc +++ b/adoc/p_tell.adoc @@ -1,9 +1,11 @@ -anchor:p_tell[] +// stdio.asm: WORD p_tell,'TELL',fasm -Word: TELL ----------- +anchor:p_tell[] ----- -stdio.asm: WORD p_tell,'TELL',fasm ----- +=== Word: TELL +.... +Data stack: ( char* n -- ) +.... +"TELL" is a function word that prints a string to stdout (file +descriptor 1).