|
|
|
|
|
by ruslan
1251 days ago
|
|
Starting procedure on MOS6502 is not that simple as it is told in the article. It spends some 7 clocks on doing internal initialization and only then fetches address of first jump from reset vector (0xFFFC/0xFFFD). I find Ben Eater's series on building simple 8-bit breadboard computer using 6502 CPU very educating and entertaining. https://www.youtube.com/watch?v=HyznrdDSSGM |
|