disable all breakpoints initially
[rrq/rrqforth.git] / adoc / p_system.adoc
1 // rrqforth.asm:        WORD p_system,'SYSTEM',dovariable
2
3 anchor:p_system[]
4
5 === Word: SYSTEM
6
7 ....
8 Data value: ( -- a )
9 ....
10
11 "SYSTEM" is a variable that holds the word list data for the system
12 calls. This is set up as separate word list from <<p_forth,FORTH>>
13 merely as a matter of segregation.
14