Question: Repeat Problem assuming a control unit with the following stages; fetch, decode, compute address, fetch operands, execute, and store results.
Problem: Assume that ASC uses a three-stage pipelined control unit. show the (time line) trace of the following program.
- LDA Y
- ADD Y
- STA Z
- HLT