added CFA>TFA
[rrq/rrqforth.git] / adoc / p_plus.adoc
1 // math.asm:    WORD p_plus, '+',fasm
2
3 anchor:p_plus[]
4
5 // note that asciidoc takes offence to a plain + in the title an
6 // therefore we here rely an a convenince macro
7 === Word: {plus} 
8
9 ....
10 Data stack: ( v1 v2 -- v3 )
11 ....
12
13 "+" (plus) is a function word that replaces a pair of values with the
14 result of adding them. To that end, the values are 64-bit signed
15 integers.