/dp6502

Ben Eater's 6502 computer

Primary LanguagePHP

DP6502 computer

These are the project files for my version of Ben Eater's 6502 computer.

Getting started

  • Install VSCode and Arduino IDE V2 (I couldn't get the online editor to work reliably with the serial interface)
  • Install MADS extension for nice assembly highlighting
  • Install VASM using latest release binary
  • vasm6502_oldstyle -Fbin -dotdir -o blink.out blink.asm

Future plans

Resources / credits