Question: Write the ASC microinstruction sequences for PUSH, POP, and ADD instruction in Problem.
Problem: Design a 4-bit-per-level, eight-level stack using shift registers. In addition to allowing PUSH and POP operations, the stack must generate an ‘‘overflow'' signal when an attempt to PUSH into a full stack is made and an ‘‘underflow'' signal when an empty stack is popped.