-->
0x6502 is a simple 6502 emulator with a memory editor. It was primary developed as a learning project in order to understand how CPUs actually work. To be honest, I always wanted to make my own emulator / computer, and this project is a great kickstarter.
While it's not completly functional (at the time of writting, you can view all the supported instructions HERE), it is able to emulate a very, VERY basic 6502 program by manually writting the opcodes (I'll have to fix the ROM loading process).
You can view the source code here and try it for yourself!
Unfortunately you'll have to compile it by yourself.
git clone [email protected]:sebiTCR/0x6502.git
meson build
meson compile -C build
./builld/basicemulator