version 2009-08-04

ADD : ADD two operands

Short version : Both registers are added together and the result is written to the destination register (snd).

Long version : The source register (si4) and the sign-extended immediate field (Imm16) are added and the result is written to the destination register (snd).

The result is truncated to the 32 lower bits. The carry bit is stored in the Least Significant Bit of the NPC register.