X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_0branch.adoc;h=27d338d60515d9f95453d1ffff31d2ae36de97ca;hb=d5a8f559318ac57934871a48e964bac18557b601;hp=4f396c3b82e5d3f08b2f3f2a537f45d9827515d2;hpb=6d4bf76e83379163ae7e027807f79f6cb14a9799;p=rrq%2Frrqforth.git diff --git a/adoc/p_0branch.adoc b/adoc/p_0branch.adoc index 4f396c3..27d338d 100644 --- a/adoc/p_0branch.adoc +++ b/adoc/p_0branch.adoc @@ -1,4 +1,4 @@ -// rrqforth.asm: WORD p_zero_branch,'0BRANCH',fasm +// contorl.asm: WORD p_zero_branch,'0BRANCH',fasm anchor:p_zero_branch[] @@ -10,7 +10,7 @@ Data stack: ( v -- ) "0BRANCH" is a function word that implements execution conditional by means of optionally adding the subsequent branch offset, or not, to -the point of execution. If the value, is 0 then the branch offset is -added, and otherwise execution continues with the cell following the -branch offset in the definition. +the point of execution. If the value, v, is 0 then the branch offset +is added, and otherwise execution continues with the cell following +the branch offset in the definition.