X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_exit.adoc;h=1d9d78ad8a77156fc73012dc3ea92f7c7f192c16;hb=076f00a88873336acf2c7150281f1a8172683fe7;hp=c1f4a909c55db5c4fadbbefa444a534c6f638ccc;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_exit.adoc b/adoc/p_exit.adoc index c1f4a90..1d9d78a 100644 --- a/adoc/p_exit.adoc +++ b/adoc/p_exit.adoc @@ -1,9 +1,14 @@ +// rrqforth.asm: WORD p_exit, 'EXIT',fasm + anchor:p_exit[] -Word: EXIT ----------- +=== Word: EXIT + +.... +Data stack: ( -- ) +.... ----- -rrqforth.asm: WORD p_exit, 'EXIT',fasm ----- +"EXIT" is a function word that implements the ending of a FORTH +definition and its threading to the subsequent step of the calling +definition.