edited by
795 views
3 votes
3 votes

edited by

2 Answers

Best answer
7 votes
7 votes
Total micro-operation = 256*16

These micro-operation have to be stored in Control Memory.

Number of bits are required to address one of the micro-operation (micro-instruction) = log(256*16)=12 bits

Control Word Format Includes :

Flags bits(4) + Control signals bits(6) + Next Micro operation address bits (12) = 22 bits

More Over, Control Memory Size = 2^12 * 22 bits
selected by

Related questions

1 votes
1 votes
1 answer
4
dragonball asked Jan 1, 2018
3,964 views
Difference between Horizontal Microprogramming and Vertical Microprogramming Plz explain in detail for GATE point of view only.