Question: ISA description: ADD R 1 , R 2 , M [ 1 ] - - > M [ 1 ] = R 1 + R

ISA description:
ADD R1, R2, M[1]--> M[1]=R1+R2;
SUB R1, M1, R2--> R2=R1-M[1];
MUL R1, #2, M[1]--> M[1]=R1*2;
DIV R1, R1, R1--> R1=R1/R1;
MOV R1, M[2]--> M[2]= R1;
Notes:
Use only CAPITAL LETTERS ex.(FI, DI, CO, FO, El, W);
Stalls must be shown with capital X in all column (starting from stalled instruction);
Places without function must be filled with minus sign -;
Answer as much as possible in given space;
ISA description:
ADD R1, R2, M[1]--> M[1]=R1+R2;
SUB R1, M1, R2--> R2=R1-M[1];
MUL R1,\#2, M[1]--> M[1]=R1*2;
DIV R1, R1, R1--> R1=R1/R1;
MOV R1, M[2]--> M[2]= R1;
ISA description: ADD R 1 , R 2 , M [ 1 ] - - > M

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!