/6502Emulator

Emulator for 6502 in C

Primary LanguageCMIT LicenseMIT

A Simple Emulator for MOS Technologies 6502 Processor

I am starting this project for my personal learning on how CPUs' work. I don't know where it will go, but I hope to learn a lot from it.

Resources That I Use

Testing

I'm using Unity for writing my tests and I will be using for the first time.
The tests can be found in the test directory. test/src only contains the Unity source code while other folders include the tests that I wrote.