X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_quit.adoc;h=ff847d9b8f2c7c7cdca3a1505a96a27684f11fd9;hb=a0aa0a5825ce306120666fd5425308a8ec9314f8;hp=737421bc82aaf015babff06228c1b16f3a4d5bef;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_quit.adoc b/adoc/p_quit.adoc index 737421b..ff847d9 100644 --- a/adoc/p_quit.adoc +++ b/adoc/p_quit.adoc @@ -1,9 +1,14 @@ +// rrqforth.asm: WORD p_quit,'QUIT',fasm + anchor:p_quit[] -Word: QUIT ----------- +=== Word: QUIT ----- -rrqforth.asm: WORD p_quit,'QUIT',fasm ----- +.... +Data stack: ?? +.... +"QUIT" is a function word that implements the root execution loop of +RRQFORTH. First it resets the stacks to their original settings, and +thereafter it enters loop of reading words from <> and +executing them.