more and better documentation and some reorganisation
[rrq/rrqforth.git] / wordindex.adoc
index 252fd2e791478400899ae602c63065aa77a283d8..6ab01d4466c236db4d016e74a7366d7d410f2337 100644 (file)
@@ -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,24 +12,37 @@ 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}
+<<p_rsp,R[n]>> {nbsp}
 
 xref:data_stack[DATA-STACK] {nbsp}
 xref:return_stack[RETURN-STACK] {nbsp}
@@ -45,7 +59,6 @@ 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}
@@ -90,6 +103,7 @@ 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}
@@ -126,6 +140,7 @@ 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}