introduced a hold area for temp space
[rrq/rrqforth.git] / wordindex.adoc
index ba97c693b9d15086ae11802aba0051e2c89f3c46..c30b9bf6566a9d873506545f3142b0eb3d5a5372 100644 (file)
 
-== Index of word links
-
-<<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}
+== 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_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>>
+<<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_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_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}