Next: Instruction addiu, Up: Arithmetic instructions [Contents][Index]
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