6502 Developer Console
I’m turning my MOS 6502 CPU core into an interactive console for loading programs, stepping instructions, and inspecting registers and memory.
Working now
- Step and run instructions with visible CPU state
- Parse and load machine-code text files
- Keep the CPU, memory bus, and interface separated
Next checkpoint
Connect the ncurses console, add bounded file loading, and run a small 6502 assembly program end to end.
Open case study ↗