added TFA>FLAGS@
[rrq/rrqforth.git] / wordindex.adoc
index c6bcd717f7d52dce8659a7910d3fd4896a2eadbe..ba97c693b9d15086ae11802aba0051e2c89f3c46 100644 (file)
 
 == Index of word links
 
-<<data_stack>>
-<<inline_code>>
-<<return_stack>>
-
-<<p_0branch>>
-<<p_0equal>>
-<<p_0less>>
-
-<<p_2drop>>
-<<p_2dup>>
-<<p_2over>>
-<<p_2swap>>
-
-<<p_abs>>
-<<p_allot>>
-<<p_and>>
-<<p_args>>
-
-<<p_base>>
-<<p_branch>>
-
-<<p_Ccomma>>
-<<p_clear_stream>>
-<<p_colon>>
-<<p_comma>>
-<<p_create>>
-<<p_current_wordlist>>
-
-<<p_decimal>>
-<<p_depth>>
-<<p_digits>>
-<<p_divmod>>
-<<p_dodoes>>
-<<p_does>>
-<<p_dofasm>>
-<<p_doforth>>
-<<p_dostring>>
-<<p_dot>>
-<<p_double_quote>>
-<<p_dovalue>>
-<<p_dovariable>>
-<<p_drop>>
-<<p_dup>>
-
-<<p_emit>>
-<<p_equal>>
-<<p_evaluate_stream>>
-<<p_execute>>
-<<p_exit>>
-
-<<p_false>>
-<<p_find>>
-<<p_forth>>
-
-<<p_greaterequal>>
-<<p_greaterthan>>
-<<p_gtR>>
-
-<<p_here>>
-<<p_hex>>
-
-<<p_immediate>>
-
-<<p_left_bracket>>
-<<p_lessequal>>
-<<p_lessthan>>
-<<p_literal>>
-<<p_literal_string>>
-
-<<p_malloc>>
-<<p_minus>>
-<<p_mult>>
-
-<<p_negate>>
-<<p_nip>>
-<<p_nl>>
-<<p_not>>
-<<p_number>>
-
-<<p_or>>
-<<p_over>>
-<<p_pad>>
-
-<<p_pick>>
-<<p_plus>>
-<<p_program_version>>
-
-<<p_quit>>
-
-<<p_read_stream_char>>
-<<p_read_word>>
-<<p_Rget>>
-<<p_Rgt>>
-<<p_right_bracket>>
-<<p_roll>>
-<<p_rot>>
-
-<<p_sp>>
-<<p_state>>
-<<p_stdin>>
-<<p_stream>>
-<<p_stream_nchars>>
-<<p_strncmp>>
-<<p_swap>>
-<<p_system>>
-
-<<p_tell>>
-<<p_terminate0>>
-<<p_this_word>>
-<<p_true>>
-<<p_tuck>>
-
-<<p_unequal>>
-
-<<p_within>>
-<<p_words>>
-
-<<p_xor>>
+<<p_colon,:>> {nbsp}
+xref:p_comma[', (comma)'] {nbsp}
+xref:p_dot['. (dot)'] {nbsp}
+<<p_double_quote,">> {nbsp}
+<<p_equal,= >> {nbsp}
+<<p_left_bracket,[>> {nbsp}
+<<p_lessthan,<>> {nbsp}
+<<p_lparen,(>> {nbsp}
+<<p_minus, - >> {nbsp}
+<<p_mult,*>> {nbsp}
+<<p_plus,+>> {nbsp}
+<<p_right_bracket,]>>
+
+<<p_0equal,0= >> {nbsp}
+<<p_0less,0<>> {nbsp}
+<<p_Ccomma,C,>> {nbsp}
+<<p_greaterequal,>= >> {nbsp}
+<<p_greaterthan,> >> {nbsp}
+<<p_gtR,>R>> {nbsp}
+<<p_lessequal, \<= >> {nbsp}
+<<p_literal_string,S">> {nbsp}
+<<p_Rget,R@>> {nbsp}
+xref:p_Rgt[R>] {nbsp}
+<<p_unequal, != >>
+
+
+<<data_stack,DATA-STACK>>
+<<return_stack,RETURN-STACK>>
+
+<<p_0branch,0BRANCH>>
+
+<<p_2drop,2DROP>>
+<<p_2dup,2DUP>>
+<<p_2over,2OVER>>
+<<p_2swap,2SWAP>>
+
+<<p_abs,ABS>>
+<<p_allot,ALLOT>>
+<<p_and,AND>>
+<<p_args,ARGS>>
+<<inline_code,[ASM]>>
+
+<<p_base,BASE>>
+<<p_branch,BRANCH>>
+
+<<p_clear_stream,CLEAR-STREAM>>
+<<p_create,CREATE>>
+<<p_current_wordlist,CURRENT-WORDLIST>>
+
+<<p_decimal,DECIMAL>>
+<<p_depth,DEPTH>>
+<<p_digits,DIGITS>>
+<<p_divmod,/MOD>>
+<<p_dodoes,doDOES>>
+xref:p_does[DOES>]
+<<p_dofasm,doFASM>>
+<<p_doforth,doFORTH>>
+<<p_dostring,doSTRING>>
+<<p_dovalue,doVALUE>>
+<<p_dovariable,doVARIABLE>>
+<<p_drop,DROP>>
+<<p_dup,DUP>>
+
+<<p_emit,EMIT>>
+<<p_evaluate_stream,EVALUATE-STREAM>>
+<<p_execute,EXECUTE>>
+<<p_exit,EXIT>>
+
+<<p_false,FALSE>>
+<<p_find,FIND>>
+<<p_forth,FORTH>>
+
+<<p_here,HERE>>
+<<p_hex,HEX>>
+
+<<p_immediate,IMMEDIATE>>
+
+<<p_literal,LIT>>
+
+<<p_malloc,MALLOC>>
+
+<<p_negate,NEGATE>>
+<<p_nip,NIP>>
+<<p_nl,NL>>
+<<p_not,NOT>>
+<<p_number,NUMBER>>
+
+<<p_or,OR>>
+<<p_over,OVER>>
+
+<<p_pad,PAD>>
+<<p_pick,PICK>>
+<<p_program_version,PROGRAM_VERSION>>
+
+<<p_quit,QUIT>>
+
+<<p_read_stream_char,READ-STREAM-CHAR>>
+<<p_read_word,READ-WORD>>
+<<p_roll,ROLL>>
+<<p_rot,ROT>>
+
+<<p_sp,SP>>
+<<p_state,STATE>>
+<<p_stdin,STDIN>>
+<<p_stream,STREAM>>
+<<p_stream_nchars,STREAM-NCHARS>>
+<<p_strncmp,STRNCMP>>
+<<p_swap,SWAP>>
+<<p_system,SYSTEM>>
+
+<<p_tell,TELL>>
+<<p_terminate0,TERMINATE0>>
+<<p_this_word,THIS-WORD>>
+<<p_true,TRUE>>
+<<p_tuck,TUCK>>
+
+<<p_within,WITHIN>>
+<<p_words,WORDS>>
+
+<<p_xor,XOR>>