Syntax
addl $s_reg1, $s_reg2, $d_reg
addl $d_reg/$s_reg1, $s_reg2
addl $s_reg1, val_immed, $d_reg
addl $d_reg/$s_reg1, val_immed
Description
Add Longword (without overflow) computes the sum of two signed 32-bit values. This instruction adds the contents of $s_reg1 to the contents of $s_reg2 or the immediate value and then puts the result in the destination register. Overflow exceptions never occur.