Next: , Up: Arithmetic instructions   [Contents][Index]


21.1.10.1 Instruction addi

Synopsys:

addi

Push the result of adding the two integers at the top of the stack. If the operation would result in overflow, raise PVM_E_OVERFLOW.

Stack: ( INT INT -- INT INT INT )

Exceptions: PVM_E_OVERFLOW