LD R1, 45(R2)
LD R3, 20(R1)
ADD R7, R1, R5
OR R1, R5, R2
ADD R10, R8, R5
MUL R2, R3, R4
DIV R10, R0, R6
MUL R3, R4 , R2
Sub R2, R3, R4
St R4, 50 (R1)
Using the above code, reply the following questions:
Q.1 Recognize each dependency by type; write the two instructions involved; recognize which instruction is dependent; and write the name of storage location involved.