Changes
MOS 6502
,/* Instruction Execution Sequence */
As an example, let M[$42]=$80, M[$43]=$10 and Y=$F1.
*T0: Fetch opcode $B1 (LDA (zp),Y) from memory then increment PC
*T1: Fetch operand byte $42 (zero page pointer address) then increment PC