Addressing modes. For each of the following instructions, p…

Addressing modes. For each of the following instructions, please give the addressing mode of the SECOND source operand (src2). The instructions are in the format of “opcode,  dest, src1, src2”. Rx are registers.  add, R1, R2, [R3 + 1000] add, R1, R2, @(R3) add, R1, [2000], (R3) + add, R1, R2,5 add, R1, R2, [R3 +R4] add, R1, R2, [R3 +R4∗8] add, R1, R2, [1000]