X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_exit.adoc;h=f0db678babe5f06e03efbdc876c553c2a6cdcd6e;hb=97bcab28825fde3e717ac5489b0f3f19e5e3f5db;hp=c1f4a909c55db5c4fadbbefa444a534c6f638ccc;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_exit.adoc b/adoc/p_exit.adoc index c1f4a90..f0db678 100644 --- a/adoc/p_exit.adoc +++ b/adoc/p_exit.adoc @@ -1,9 +1,12 @@ +// rrqforth.asm: WORD p_exit, 'EXIT',fasm + anchor:p_exit[] -Word: EXIT ----------- +=== Word: EXIT ----- -rrqforth.asm: WORD p_exit, 'EXIT',fasm ----- +.... +Data stack: ( v -- ) +.... +"EXIT" is a function word that terminates the +rrqforth+ process +immediately with the given exit code.