X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=wordindex.adoc;h=6ab01d4466c236db4d016e74a7366d7d410f2337;hb=bf67023324b2a0c5723dd3167ef757209ba62e01;hp=6ee602e6f6af878835a16fee8ce1c4e55a53c6b0;hpb=6d4bf76e83379163ae7e027807f79f6cb14a9799;p=rrq%2Frrqforth.git diff --git a/wordindex.adoc b/wordindex.adoc index 6ee602e..6ab01d4 100644 --- a/wordindex.adoc +++ b/wordindex.adoc @@ -1,6 +1,7 @@ == Index of word links +xref:p_lparen[(] {nbsp} xref:p_colon[: (colon)] {nbsp} xref:p_semicolon[: (semi-colon)] {nbsp} xref:p_comma[, (comma)] {nbsp} @@ -11,30 +12,44 @@ xref:p_left_bracket[[ (left bracket)] {nbsp} xref:p_right_bracket[\] (right bracket)] {nbsp} xref:p_lessthan[<] {nbsp} -xref:p_equal[= ] {nbsp} -xref:p_greaterthan[>] {nbsp} -xref:p_lparen[(] {nbsp} -xref:p_minus[ - ] {nbsp} -xref:p_mult[*] {nbsp} -xref:p_plus[+] {nbsp} -xref:p_div[/] {nbsp} -{nbsp} -xref:p_0equal[0=] {nbsp} -xref:p_0less[0<] {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} + + +xref:p_get[@] {nbsp} +xref:p_put[!] {nbsp} +xref:p_Cget[C@] {nbsp} +xref:p_Cput[C!] {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_literal_string[S"] {nbsp} xref:p_gtR[>R] {nbsp} xref:p_Rget[R@] {nbsp} -xref:ef:p_Rgt[R>] {nbsp} - +xref:p_Rgt[R>] {nbsp} +<> {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} @@ -44,11 +59,10 @@ xref:p_2swap[2SWAP] {nbsp} xref:p_abs[ABS] {nbsp} xref:p_allot[ALLOT] {nbsp} xref:p_and[AND] {nbsp} -xref:p_args[ARGS] {nbsp} xref:inline_code[[ASM]] {nbsp} xref:p_base[BASE] {nbsp} -xref:p_branch[BRANCH] {nbsp} +xref:p_begin[BEGIN] {nbsp} xref:p_clear_stream[CLEAR-STREAM] {nbsp} xref:p_create[CREATE] {nbsp} @@ -68,7 +82,9 @@ 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_evaluate_stream[EVALUATE-STREAM] {nbsp} xref:p_execute[EXECUTE] {nbsp} xref:p_exit[EXIT] {nbsp} @@ -80,10 +96,14 @@ 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_literal[LIT] {nbsp} +xref:p_args[MAIN-ARGS] {nbsp} xref:p_malloc[MALLOC] {nbsp} xref:p_negate[NEGATE] {nbsp} @@ -103,6 +123,7 @@ xref:p_quit[QUIT] {nbsp} xref:p_read_stream_char[READ-STREAM-CHAR] {nbsp} xref:p_read_word[READ-WORD] {nbsp} +xref:p_realloc[REALLOC] {nbsp} xref:p_roll[ROLL] {nbsp} xref:p_rot[ROT] {nbsp} @@ -111,12 +132,16 @@ xref:p_state[STATE] {nbsp} xref:p_stdin[STDIN] {nbsp} xref:p_stream[STREAM] {nbsp} xref:p_stream_nchars[STREAM-NCHARS] {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_terminate0[TERMINATE0] {nbsp} +xref:p_cfa2flags_get[TFA>FLAGS@] {nbsp} +xref:p_then[THEN] {nbsp} xref:p_this_word[THIS-WORD] {nbsp} xref:p_true[TRUE] {nbsp} xref:p_tuck[TUCK] {nbsp}