make strncmp direction safe
[rrq/rrqforth.git] / adoc / p_system.adoc
index 11224d6a5c1f7c6734f9dd7b9167cd8a9623c747..11cc731be136a55fc1bb9b1f6c3d496e5670d25c 100644 (file)
@@ -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 <<p_forth,FORTH>>
+merely as a matter of segregation.