9e4d0d27c0fe5bc672899cd70b87ae538861f9f8
[rrq/rrqforth.git] / adoc / p_branch.adoc
1 // rrqforth.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.