089e23867213f9164a4d23a9983e3b72ee9f1fd1
[rrq/rrqforth.git] / adoc / p_branch.adoc
1 // control.asm: WORD p_branch,'BRANCH',fasm
2
3 anchor:p_branch[]
4
5 === Word: BRANCH
6
7 ....
8 Data stack: ( -- )
9 ....
10
11 "BRANCH" is a function word that implements execution transfer by
12 means of adding the subsequent branch offset to the point of
13 execution.