Draw a pipeline diagram in the following table of its execut…

Draw a pipeline diagram in the following table of its execution on a standard 5-stage RISC pipeline,Moreover, in the box below, write the total number of cycles required to complete the above code. Cycles   Pipeline executions:                                                                                                     CYCLE/ TIME   INSTRUCTION 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 MOV R1, [X] IF ID EX ME WB                                                                                                                                                                                                                                                                      

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.  i.  add, R1, R2, [R3 + 1000], ii.  add, R1, R2, @(R3), iii.  add, R1, [2000], (R3) +, iv.  add, R1, R2,5, v.  add, R1, R2, [R3 +R4], vi.  add, R1, R2, [R3 +R4∗8], vii.  add, R1, R2, [1000],