X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_depth.adoc;h=6b6c0cdeb5a93ce2c327fe4601968d658110cbfe;hb=f2b2acd5d5c79e2d65854eef7e23f7323bc6c4f2;hp=8a92b1308719b3f001fb2bb9a3b2587a92217dee;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_depth.adoc b/adoc/p_depth.adoc index 8a92b13..6b6c0cd 100644 --- a/adoc/p_depth.adoc +++ b/adoc/p_depth.adoc @@ -1,9 +1,12 @@ +// stack.asm: WORD p_depth,'DEPTH',fasm + anchor:p_depth[] -Word: DEPTH ----------- +=== Word: DEPTH ----- -stack.asm: WORD p_depth,'DEPTH',fasm ----- +.... +Data stack: ( -- v ) +.... +"DEPTH" is a function word that pushes the count of data stack cells +onto the data stack.