6502: ROM Installed, First Real Program
Got the ROM installed — can now actually program the microprocessor.

First program on the 6502 that does meaningful work: writes something to the A register then stores it at a specified memory location (0x6000).

Following along with Ben Eater’s 6502 tutorial.