The problem with the chart is that it does not specify where the data goes. For example, on cycle 2, where does it put the AAL so that it doesn't get overwritten by the AAH on cycle 3?
Please help.
Andrew
--- CHART ---
CYCLE # | ADDRESS BUS | DATA BUS
1 | PC | OpCode
2 | PC + 1 | AAL
3 | PC + 2 | AAH
4 | PC + 2 | AAH
5 | 0,AA | New PCL
6 | 0,AA | New PCH
PC = Program Counter
AA = Absolute Address
AAL = Low-byte of Absolute Address
AAH = High-byte of Absolute Address
PCL = Low-byte of Program Counter
PCH = High-byte of Program Counter