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


13.1.9.2 Instruction addiu

Synopsys:

addiu

Push the result of adding the two unsigned integers at the top of the stack.

Stack: ( UINT UINT -- UINT UINT UINT ) Instruction addl

Push the result of adding the two longs at the top of the stack.

Stack: ( LONG LONG -- LONG LONG LONG )