major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_branch.adoc
index b555fd6cc2c1d6b2baf3ae80222d4e6735bd52bf..9e4d0d27c0fe5bc672899cd70b87ae538861f9f8 100644 (file)
@@ -1,9 +1,13 @@
+// rrqforth.asm:       WORD p_branch,'BRANCH',fasm
+
 anchor:p_branch[]
 
-Word: BRANCH
-----------
+=== Word: BRANCH
 
-----
-rrqforth.asm:  WORD p_branch,'BRANCH',fasm
-----
+....
+Data stack: ( -- )
+....
 
+"BRANCH" is a function word that implements execution transfer by
+means of adding the subsequent branch offset to the point of
+execution.