2
42kviews
Explain with diagram functioning of Micro programmed Control Unit.
1 Answer
written 8.4 years ago by |
During the execution of a microprogram, the µPC is always incremented every time a new microinstruction is fetched from the microprogram memory, except in the following situations:
i. When an End instruction is encountered, the µPC is loaded with the address of the first CW in the microprogram for the instruction fetch cycle.
ii. When a new instruction is loaded into the IR, the µPC is loaded with the starting address of the microprogram for that instruction.
iii. When a branch microinstruction is encountered, and the branch condition is satisfied, the µPC is loaded with the branch address.