Back

6502 Emulator


I've been interested in the function of computers and after finding Ben Eater on youtube I was interested in working on a 6502 computer. That was a couple years ago and now that I'm learning C++ I decided that my first big project would be an emulator for a 6502 so I can play around with it.

Github Link

Progress report 3.18.26

I have sadly reached a road block with this project. I can find no information on how the heck the branch instructions work. I've decided to work on other projects and come back to this eventually. lets see if I do or if it sits in the WIP folder for the rest of eternity.


Progress report 3.13.26

Ive currently got about 13 OP codes working on the emulator. Things are going a bit faster now that I've finished the ADC (Add to A register with carry) OP codes cause alot of them are just the same logic with a different opperator. I'm hoping to have all the OP codes figured out by monday. Then I have to figure out some IO. I kinda want to use it for a nes emulator but well see if that works out.