A computer uses a memory unit of 256K words of 32 bits each. A binary instruction code is stored in one word of memory. The instruction has four parts: an indirect bit, an operation code, a register part to specify one of 64 registers and an address part.
The content of AC
in the basic computer is
hexadecimal A937
and the initial value of
E
is 1. Determine the contents of
AC
, E
, PC
, AR
, and IR
in hexadecimal after the execution of the CLA
instruction. Repeat 11 more times, starting from each one of
the register-reference instructions. The initial value of the
PC
is hexadecimal 021.
Derive the control gates associated with the program counter PC
in the basic computer.