ch-5
ch-5
• The three bit of SELA select a source registers of the a input of the ALU.
• The three bits of SELB select a source registers of the b input of the ALU.
• The three bits of SELED or SELREG select a destination register using the
decoder.
• The four bits of SELOPR select the operation to be performed by ALU.
• A control word of 14 bits is needed to specify a micro operation in the
CPU. The control word for a given micro operation can be derived from
the selection variables.
Encoding of Register Selection Field:-
Binary code SELA SELB SELD
000 Input Input None
001 R1 R1 R1
010 R2 R2 R2
011 R3 R3 R3
100 R4 R4 R4
101 R5 R5 R5
110 R6 R6 R6
111 R7 R7 R7