Define the following microoperations
R3 with an arrow pointing to it from R1 + R2
R3 with an arrow pointing to it from R1 - R2
R3 with an arrow pointing to it from R1 + 1
R3 with an arrow pointing to it from R1 - 1
Solution:-
It means content of registers R1 and R2 will be added and stored in R3 .
It means difference of values stored in registers R1 and R2 will be stored in R3 .
It means value of R1 will be incremented by 1 and will be stored in R3 .
It means value of R1 will be decremented by 1 and will be stored in R3 .
P.S. -If you have any doubt feel free to ask me in the comment section.
Get Answers For Free
Most questions answered within 1 hours.