A JavaScript 65816 Microprocessor Emulator
Go to file
2011-10-30 22:12:50 -04:00
lib
test added numerous tests for stz 2011-10-02 22:33:54 -04:00
.gitignore
cpu.js use the correct p status register bit in DEC accumulator 2011-10-30 22:12:50 -04:00
index.html add basic stepping support 2011-07-18 20:44:55 -04:00
README update the README 2011-08-30 11:08:17 -04:00
TODO update the TODO now that cycle counting has been added to everything 2011-10-30 00:22:44 -04:00

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.