0
25kviews
Microinstructions to execute an instruction MOV [R1], R2.
1 Answer
0
1.8kviews

instruction MOV [R1], R2:

  • The MIR in the following figure shows the micro-instruction that performs "MOV R1, (R2)" - move data in R1 to memory location whose address is given in R2. The figure shows the steps/events/things that will happen in the datapath when this micro-instruction is executed: enter image description here

Again, study …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.