X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_system.adoc;h=11cc731be136a55fc1bb9b1f6c3d496e5670d25c;hb=3615a7d1910cea3c791916293b06b757c2879be9;hp=11224d6a5c1f7c6734f9dd7b9167cd8a9623c747;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_system.adoc b/adoc/p_system.adoc index 11224d6..11cc731 100644 --- a/adoc/p_system.adoc +++ b/adoc/p_system.adoc @@ -1,9 +1,14 @@ +// rrqforth.asm: WORD p_system,'SYSTEM',dovariable + anchor:p_system[] -Word: SYSTEM ----------- +=== Word: SYSTEM + +.... +Data value: ( -- a ) +.... ----- -rrqforth.asm: WORD p_system,'SYSTEM',dovariable ----- +"SYSTEM" is a variable that holds the word list data for the system +calls. This is set up as separate word list from <> +merely as a matter of segregation.