27.1.12.21 Instruction negi

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 )