X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_dodoes.adoc;h=9a1c320141fe814dba501773db06d351b4682cba;hb=6abdd618f54acab8cb2d04f3c3ee2d0aab36eb22;hp=19319f53e2d9c655b213c95bb08617b138f159d5;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_dodoes.adoc b/adoc/p_dodoes.adoc index 19319f5..9a1c320 100644 --- a/adoc/p_dodoes.adoc +++ b/adoc/p_dodoes.adoc @@ -1,9 +1,14 @@ +// rrqforth.asm: WORD p_dodoes,'doDOES',dovariable + anchor:p_dodoes[] -Word: doDOES ----------- +=== Word: doDOES ----- -rrqforth.asm: WORD p_dodoes,'doDOES',dovariable ----- +.... +Data stack: ( -- a ) +.... +"doDOES" is a variable word whose value is the implementation of the +<> execution semantics. This is the same as +<> but it starts at an offset into the word +concerned.