added
[rrq/rrqforth.git] / wordindex.adoc
index 23452e547b6fc7c5a15c5f6baceff4933533d9b5..6e54229a7199675511328b1da1ba9aac7032f203 100644 (file)
 
-== Index of word links
-
-<<data_stack.adoc,DATA-STACK>>
-<<return_stack.adoc,RETURN-STACK>>
-
-<<p_0branch.adoc,0BRANCH>>
-<<p_0equal.adoc,0= >>
-<<p_0less.adoc,0<>>
-
-<<p_2drop.adoc,2DROP>>
-<<p_2dup.adoc,2DUP>>
-<<p_2over.adoc,2OVER>>
-<<p_2swap.adoc,2SWAP>>
-
-<<p_abs.adoc,ABS>>
-<<p_allot.adoc,ALLOT>>
-<<p_and.adoc,AND>>
-<<p_args.adoc,ARGS>>
-<<inline_code.adoc,[ASM]>>
-
-<<p_base.adoc,BASE>>
-<<p_branch.adoc,BRANCH>>
-
-<<p_Ccomma.adoc,C,>>
-<<p_clear_stream.adoc,CLEAR-STREAM>>
-<<p_colon.adoc,:>>
-xref:p_comma.adoc[',']
-<<p_create.adoc,CREATE>>
-<<p_current_wordlist.adoc,CURRENT-WORDLIST>>
-
-<<p_decimal.adoc,DECIMAL>>
-<<p_depth.adoc,DEPTH>>
-<<p_digits.adoc,DIGITS>>
-<<p_divmod.adoc,/MOD>>
-<<p_dodoes.adoc,doDOES>>
-<<p_does.adoc,DOES>>>
-<<p_dofasm.adoc,doFASM>>
-<<p_doforth.adoc,doFORTH>>
-<<p_dostring.adoc,doSTRING>>
-<<p_dot.adoc,.>>
-<<p_double_quote.adoc,">>
-<<p_dovalue.adoc,doVALUE>>
-<<p_dovariable.adoc,doVARIABLE>>
-<<p_drop.adoc,DROP>>
-<<p_dup.adoc,DUP>>
-
-<<p_emit.adoc,EMIT>>
-<<p_equal.adoc,= >>
-<<p_evaluate_stream.adoc,EVALUATE-STREAM>>
-<<p_execute.adoc,EXECUTE>>
-<<p_exit.adoc,EXIT>>
-
-<<p_false.adoc,FALSE>>
-<<p_find.adoc,FIND>>
-<<p_forth.adoc,FORTH>>
-
-<<p_greaterequal.adoc,>= >>
-<<p_greaterthan.adoc,> >>
-<<p_gtR.adoc,>R>>
-
-<<p_here.adoc,HERE>>
-<<p_hex.adoc,HEX>>
-
-<<p_immediate.adoc,IMMEDIATE>>
-
-<<p_left_bracket.adoc,[>>
-<<p_lessequal.adoc, \<= >>
-<<p_lessthan.adoc,<>>
-<<p_literal.adoc,LIT>>
-<<p_literal_string.adoc,S">>
-<<p_lparen.adoc,(>>
-
-<<p_malloc.adoc,MALLOC>>
-<<p_minus.adoc, - >>
-<<p_mult.adoc,*>>
-
-<<p_negate.adoc,NEGATE>>
-<<p_nip.adoc,NIP>>
-<<p_nl.adoc,NL>>
-<<p_not.adoc,NOT>>
-<<p_number.adoc,NUMBER>>
-
-<<p_or.adoc,OR>>
-<<p_over.adoc,OVER>>
-
-<<p_pad.adoc,PAD>>
-<<p_pick.adoc,PICK>>
-<<p_plus.adoc,+>>
-<<p_program_version.adoc,PROGRAM_VERSION>>
-
-<<p_quit.adoc,QUIT>>
-
-<<p_read_stream_char.adoc,READ-STREAM-CHAR>>
-<<p_read_word.adoc,READ-WORD>>
-<<p_Rget.adoc,R@>>
-<<p_Rgt.adoc,R>>>
-<<p_right_bracket.adoc,]>>
-<<p_roll.adoc,ROLL>>
-<<p_rot.adoc,ROT>>
-
-<<p_sp.adoc,SP>>
-<<p_state.adoc,STATE>>
-<<p_stdin.adoc,STDIN>>
-<<p_stream.adoc,STREAM>>
-<<p_stream_nchars.adoc,STREAM-NCHARS>>
-<<p_strncmp.adoc,STRNCMP>>
-<<p_swap.adoc,SWAP>>
-<<p_system.adoc,SYSTEM>>
-
-<<p_tell.adoc,TELL>>
-<<p_terminate0.adoc,TERMINATE0>>
-<<p_this_word.adoc,THIS-WORD>>
-<<p_true.adoc,TRUE>>
-<<p_tuck.adoc,TUCK>>
-
-<<p_unequal.adoc, != >>
-
-<<p_within.adoc,WITHIN>>
-<<p_words.adoc,WORDS>>
-
-<<p_xor.adoc,XOR>>
+== Word Index
+
+xref:p_lparen[( (left parenthesis)] {nbsp}
+xref:p_colon[: (colon)] {nbsp}
+xref:p_semicolon[: (semi-colon)] {nbsp}
+xref:p_comma[, (comma)] {nbsp}
+xref:p_dot[. (dot)] {nbsp}
+xref:p_double_quote[" (double-quote)] {nbsp}
+xref:p_quote[' (single-quote)] {nbsp}
+xref:p_left_bracket[[ (left bracket)] {nbsp}
+xref:p_right_bracket[\] (right bracket)] {nbsp}
+
+xref:p_lessthan[<] {nbsp}
+xref:p_lessequal[\<=] {nbsp}
+xref:p_equal[=] {nbsp}
+xref:p_unequal[!=] {nbsp}
+xref:p_greaterthan[>] {nbsp}
+xref:p_greaterequal[>= ] {nbsp}
+xref:p_0equal[0=] {nbsp}
+xref:p_0less[0<] {nbsp}
+xref:p_minus[-] {nbsp}
+xref:p_mult[{mult}] {nbsp}
+xref:p_plus[{plus}] {nbsp}
+xref:p_div[/] {nbsp}
+xref:p_shift_left[<<] {nbsp}
+xref:p_shift_right[>>] {nbsp}
+xref:p_shift_signed_right[s>>] {nbsp}
+<<p_bracketed_quote,[']>> {nbsp}
+
+
+xref:p_get[@] {nbsp}
+xref:p_put[!] {nbsp}
+xref:p_Cget[C@] {nbsp}
+xref:p_Cput[C!] {nbsp}
+xref:p_Wget[W@] {nbsp}
+xref:p_Wput[W!] {nbsp}
+xref:p_Dget[D@] {nbsp}
+xref:p_Dput[D!] {nbsp}
+xref:p_2get[2@] {nbsp}
+xref:p_2put[2!] {nbsp}
+xref:p_put_plus[!{plus}] {nbsp}
+xref:p_get_n_increment[@n{plus}{plus}] {nbsp}
+xref:p_get_n_decrement[@n--] {nbsp}
+xref:p_Ccomma[C,] {nbsp}
+xref:p_Wcomma[W,] {nbsp}
+xref:p_Dcomma[D,] {nbsp}
+xref:p_literal_string_compile[S"] {nbsp}
+xref:p_gtR[>R] {nbsp}
+xref:p_Rget[R@] {nbsp}
+xref:p_Rgt[R>] {nbsp}
+<<p_rbpn,R[n]>> {nbsp}
+<<p_dsp,D[n]>> {nbsp}
+
+xref:data_stack[DATA-STACK] {nbsp}
+xref:return_stack[RETURN-STACK] {nbsp}
+{nbsp}
+xref:p_branch[BRANCH] {nbsp}
+xref:p_0branch[0BRANCH] {nbsp}
+xref:p_1branch[1BRANCH] {nbsp}
+{nbsp}
+xref:p_2drop[2DROP] {nbsp}
+xref:p_2dup[2DUP] {nbsp}
+xref:p_2over[2OVER] {nbsp}
+xref:p_2swap[2SWAP] {nbsp}
+
+xref:p_abs[ABS] {nbsp}
+xref:p_again[AGAIN] {nbsp}
+xref:p_allot[ALLOT] {nbsp}
+xref:p_and[AND] {nbsp}
+<<inline_code,[ASM]>> {nbsp}
+
+xref:p_base[BASE] {nbsp}
+xref:p_begin[BEGIN] {nbsp}
+xref:p_break[BREAK] {nbsp}
+
+xref:p_cfa2flags_get[CFA>FLAGS@] {nbsp}
+xref:p_cfa2tfa[CFA>TFA] {nbsp}
+xref:p_clear_stream[CLEAR-STREAM] {nbsp}
+xref:p_create[CREATE] {nbsp}
+xref:p_current_wordlist[CURRENT-WORDLIST] {nbsp}
+
+xref:p_decimal[DECIMAL] {nbsp}
+xref:p_definitions[DEFINITIONS] {nbsp}
+xref:p_depth[DEPTH] {nbsp}
+xref:p_digits[DIGITS] {nbsp}
+xref:p_divmod[/MOD] {nbsp}
+xref:p_dfa2tfa[DFA>TFA] {nbsp}
+xref:p_dodoes[doDOES] {nbsp}
+xref:p_does[DOES>] {nbsp}
+xref:p_dofasm[doFASM] {nbsp}
+xref:p_doforth[doFORTH] {nbsp}
+xref:p_dostring[doSTRING] {nbsp}
+xref:p_dovalue[doVALUE] {nbsp}
+xref:p_dovariable[doVARIABLE] {nbsp}
+xref:p_drop[DROP] {nbsp}
+xref:p_dup[DUP] {nbsp}
+
+xref:p_else[ELSE] {nbsp}
+xref:p_emit[EMIT] {nbsp}
+xref:p_end[END] {nbsp}
+xref:p_erase[ERASE] {nbsp}
+xref:p_evaluate_stream[EVALUATE-STREAM] {nbsp}
+xref:p_execute[EXECUTE] {nbsp}
+xref:p_exit[EXIT] {nbsp}
+
+xref:p_false[FALSE] {nbsp}
+xref:p_fdemit[FDEMIT] {nbsp}
+xref:p_fdtell[FDTELL] {nbsp}
+xref:p_find[FIND] {nbsp}
+xref:p_forth[FORTH] {nbsp}
+
+xref:p_here[HERE] {nbsp}
+xref:p_hex[HEX] {nbsp}
+
+xref:p_if[IF] {nbsp}
+xref:p_ifagain[IFAGAIN] {nbsp}
+xref:p_ifbreak[IFBREAK] {nbsp}
+xref:p_immediate[IMMEDIATE] {nbsp}
+xref:p_input[INPUT] {nbsp}
+
+xref:p_literal[LIT] {nbsp}
+xref:p_literal_string[LIT-STRING] {nbsp}
+xref:p_load_buffer_size[LOAD-BUFFER-SIZE] {nbsp}
+xref:p_load_file[LOAD-FILE] {nbsp}
+
+xref:p_args[MAIN-ARGS] {nbsp}
+xref:p_malloc[MALLOC] {nbsp}
+xref:p_min[MIN] {nbsp}
+xref:p_max[MAX] {nbsp}
+
+xref:p_negate[NEGATE] {nbsp}
+xref:p_nip[NIP] {nbsp}
+xref:p_nl[NL] {nbsp}
+xref:p_not[NOT] {nbsp}
+xref:p_number[NUMBER] {nbsp}
+
+xref:p_open_file[OPEN-FILE] {nbsp}
+xref:p_or[OR] {nbsp}
+xref:p_over[OVER] {nbsp}
+
+xref:p_pad[PAD] {nbsp}
+xref:p_pick[PICK] {nbsp}
+xref:p_program_version[PROGRAM_VERSION] {nbsp}
+
+xref:p_quit[QUIT] {nbsp}
+
+xref:p_read_stream_char[READ-STREAM-CHAR] {nbsp}
+xref:p_read_stream_char[READ-STREAM-LINE] {nbsp}
+xref:p_read_word[READ-WORD] {nbsp}
+xref:p_realloc[REALLOC] {nbsp}
+xref:p_return[RETURN] {nbsp}
+xref:p_roll[ROLL] {nbsp}
+xref:p_rot[ROT] {nbsp}
+xref:p_rbp[RSP] {nbsp}
+
+xref:p_sp[SP] {nbsp}
+xref:p_state[STATE] {nbsp}
+xref:p_stdin[STDIN] {nbsp}
+xref:p_stream[STREAM] {nbsp}
+xref:p_stream_nchars[STREAM-NCHARS] {nbsp}
+xref:p_str2temp[STR>TEMP] {nbsp}
+xref:p_strlen[STRLEN] {nbsp}
+xref:p_strncmp[STRNCMP] {nbsp}
+xref:p_strncpy[STRNCPY] {nbsp}
+xref:p_swap[SWAP] {nbsp}
+xref:p_system[SYSTEM] {nbsp}
+
+xref:p_tell[TELL] {nbsp}
+xref:p_dot_temp[.TEMP] {nbsp}
+xref:p_temp.adoc[TEMP] {nbsp}
+xref:p_tempheld.adoc[TEMPHELD] {nbsp}
+xref:p_tempspace[TEMPSPACE] {nbsp}
+xref:p_tempused.adoc[TEMPUSED] {nbsp}
+xref:p_terminate0[TERMINATE0] {nbsp}
+xref:p_tfa2cfa[TFA>CFA] {nbsp}
+xref:p_tfa2dfa[TFA>DFA] {nbsp}
+xref:p_tfa2flags_get[TFA>FLAGS@] {nbsp}
+xref:p_tfa2namez[TFA>NAMEZ] {nbsp}
+xref:p_then[THEN] {nbsp}
+xref:p_this_word[THIS-WORD] {nbsp}
+xref:p_true[TRUE] {nbsp}
+xref:p_tuck[TUCK] {nbsp}
+
+xref:p_unstream[UNSTREAM] {nbsp}
+xref:p_use[USE] {nbsp}
+
+xref:p_verboseQ[VERBOSE?] {nbsp}
+
+xref:p_within[WITHIN] {nbsp}
+xref:p_words[WORDS] {nbsp}
+
+xref:p_xor[XOR] {nbsp}
+
+<<p_calltrace,[calltrace]>> {nbsp}
+<<p_setup_signals,[setup_signals]>> {nbsp}