corrected links
[rrq/rrqforth.git] / wordindex.adoc
1
2 == Index of word links
3
4 <<p_colon,:>> {nbsp}
5 xref:p_comma[', (comma)'] {nbsp}
6 xref:p_dot['. (dot)'] {nbsp}
7 <<p_double_quote,">> {nbsp}
8 <<p_equal,= >> {nbsp}
9 <<p_left_bracket,[>> {nbsp}
10 <<p_lessthan,<>> {nbsp}
11 <<p_lparen,(>> {nbsp}
12 <<p_minus, - >> {nbsp}
13 <<p_mult,*>> {nbsp}
14 <<p_plus,+>> {nbsp}
15 <<p_right_bracket,]>>
16
17 <<p_0equal,0= >> {nbsp}
18 <<p_0less,0<>> {nbsp}
19 <<p_Ccomma,C,>> {nbsp}
20 <<p_greaterequal,>= >> {nbsp}
21 <<p_greaterthan,> >> {nbsp}
22 <<p_gtR,>R>> {nbsp}
23 <<p_lessequal, \<= >> {nbsp}
24 <<p_literal_string,S">> {nbsp}
25 <<p_Rget,R@>> {nbsp}
26 xref:p_Rgt[R>] {nbsp}
27 <<p_unequal, != >>
28
29
30 <<data_stack,DATA-STACK>>
31 <<return_stack,RETURN-STACK>>
32
33 <<p_0branch,0BRANCH>>
34
35 <<p_2drop,2DROP>>
36 <<p_2dup,2DUP>>
37 <<p_2over,2OVER>>
38 <<p_2swap,2SWAP>>
39
40 <<p_abs,ABS>>
41 <<p_allot,ALLOT>>
42 <<p_and,AND>>
43 <<p_args,ARGS>>
44 <<inline_code,[ASM]>>
45
46 <<p_base,BASE>>
47 <<p_branch,BRANCH>>
48
49 <<p_clear_stream,CLEAR-STREAM>>
50 <<p_create,CREATE>>
51 <<p_current_wordlist,CURRENT-WORDLIST>>
52
53 <<p_decimal,DECIMAL>>
54 <<p_depth,DEPTH>>
55 <<p_digits,DIGITS>>
56 <<p_divmod,/MOD>>
57 <<p_dodoes,doDOES>>
58 xref:p_does[DOES>]
59 <<p_dofasm,doFASM>>
60 <<p_doforth,doFORTH>>
61 <<p_dostring,doSTRING>>
62 <<p_dovalue,doVALUE>>
63 <<p_dovariable,doVARIABLE>>
64 <<p_drop,DROP>>
65 <<p_dup,DUP>>
66
67 <<p_emit,EMIT>>
68 <<p_evaluate_stream,EVALUATE-STREAM>>
69 <<p_execute,EXECUTE>>
70 <<p_exit,EXIT>>
71
72 <<p_false,FALSE>>
73 <<p_find,FIND>>
74 <<p_forth,FORTH>>
75
76 <<p_here,HERE>>
77 <<p_hex,HEX>>
78
79 <<p_immediate,IMMEDIATE>>
80
81 <<p_literal,LIT>>
82
83 <<p_malloc,MALLOC>>
84
85 <<p_negate,NEGATE>>
86 <<p_nip,NIP>>
87 <<p_nl,NL>>
88 <<p_not,NOT>>
89 <<p_number,NUMBER>>
90
91 <<p_or,OR>>
92 <<p_over,OVER>>
93
94 <<p_pad,PAD>>
95 <<p_pick,PICK>>
96 <<p_program_version,PROGRAM_VERSION>>
97
98 <<p_quit,QUIT>>
99
100 <<p_read_stream_char,READ-STREAM-CHAR>>
101 <<p_read_word,READ-WORD>>
102 <<p_roll,ROLL>>
103 <<p_rot,ROT>>
104
105 <<p_sp,SP>>
106 <<p_state,STATE>>
107 <<p_stdin,STDIN>>
108 <<p_stream,STREAM>>
109 <<p_stream_nchars,STREAM-NCHARS>>
110 <<p_strncmp,STRNCMP>>
111 <<p_swap,SWAP>>
112 <<p_system,SYSTEM>>
113
114 <<p_tell,TELL>>
115 <<p_terminate0,TERMINATE0>>
116 <<p_this_word,THIS-WORD>>
117 <<p_true,TRUE>>
118 <<p_tuck,TUCK>>
119
120 <<p_within,WITHIN>>
121 <<p_words,WORDS>>
122
123 <<p_xor,XOR>>