TAG5 notes
#6502
proj nestesting.md Verifying a 6502 Emulator with Nestest Quest for the Golden Logs and how I verified the CPU logic proj cpu.md From Monolithic Match to Modular Dispatch Refactoring the 6502 CPU to use a dispatch table instead of a monolithic match statement. proj first-loop.md First Heartbeat: Implementing the 6502 Reset and Loop Conducting the initial smoke test for the emulator. proj status.md 6502 Status How I used Rust's bitflags to make the 6502 status register readable. proj registers.md 6502 Registers What the 6502's registers are for, and why they are 8 bits wide.