Assume that a machine and its Operating System does not support stack, but support arrays, subroutine calls with maximum of 2 arguments and other simple arithmetic, logi & shift instructions. What...
1) How to design a 2-bit binary counter, which counts on the occurrence of every clock pulse. The states of the counter are 00,01,10,11,00... Explain ur design 2) Design & Draw the...