Next: Instruction negiu, Previous: Instruction modlu, Up: Arithmetic instructions [Contents][Index]
Synopsys:
negi
Push the result of the negation of the integer at the top of the stack.
Note that this instruction does NOT check for signed overflow, and in case it occurs, the result contents are UB.
Stack: ( INT -- INT INT )
( INT -- INT INT )