Computer Science, asked by pallavishrivastava12, 4 months ago

write a microinstruction for MOV B,A​

Answers

Answered by rahabdulwahid
0

Answer:

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 the bits in the MIR very carefully first. I will now guide you through the execution.... The datapath is going to do the same things again as the previous example. However, because values of the different controlling bits are different, different things will happen

Explanation:

Similar questions