corrected BREAK example
[rrq/rrqforth.git] / adoc / p_negate.adoc
1 // math.asm:    WORD p_negate, 'NEGATE',fasm
2
3 anchor:p_negate[]
4
5 === Word: NEGATE
6
7 ....
8 Data stack: ( v1 -- v2 )
9 ....
10
11 "NEGATE" is a function word that replaces a value with its
12 2's-complement negation. To that end, the values are 64-bit signed
13 integers.