A JavaScript 65816 Microprocessor Emulator
Go to file
2011-09-02 22:43:47 -04:00
lib
test added more unit tests for LDA(absolute long, absolute long indexed x) 2011-09-02 22:43:47 -04:00
.gitignore
cpu.js added more unit tests for LDA and fixed a bug in the implemention of the direct page indirect mode for LDA 2011-08-31 15:41:27 -04:00
index.html
README
TODO

This project's goal is to fully emulate the 65816 microprocessor in JavaScript.

After achieving that goal the next step will be to create a new branch that will focus on emulating the SNES.  Any CPU related improvements that aren't specific to the SNES will be merged back.

You call the execute function of the cpu object with a raw hex string representing the program you wish to emulate and it will execute those instructions as close to the 65816 as possible.