Computer Science, asked by khushijaiswal767, 11 months ago

a micro-instruction format has micro-ops field which is divided into three subfields f1, f2, f3 each having seven distinct micro-operations, condition field cd for four status bits, branch field br having four options used in conjunction with address field adf. The address space is of 128 memory locations. The size of micro-instruction is: (1) 17 bits (2) 20 bits (3) 24 bits (4) 32 bits

Answers

Answered by monika1349
1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Answered by aleshsharma86
0
  1.  Explanation:  Microprocessor instruction format, which is divided into three subfields F1, F2, F3 each having seven distinct micro-operations, condition field CD for four status bits, branch field BR having four options used in conjunction with address field ADF. The address space is of 128 memory locations.ie:                                                       F1         F2         F3        CD          BR         ADF                                                           F1,F2,F3 each having seven distinct micro-operation. So, 3 bits are required for each. Condition field have four status, it needs 2 bits for four different condition. Branch field have four option so,it needs 2 bits for four option. Now there are 128 different memory location, So, there 7 bits atre required for 128 diffeent location.                                                   Instruction Field:                                              F1         F2         F3        CD          BR         ADF                                                                               3           3           3           2                 2             7                       bits       bits        bits       bits         bits          bits                 Total bits are 20.
Similar questions