65816.js/README

6 lines
465 B
Plaintext
Raw Normal View History

2011-08-30 15:08:17 +00: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.
2011-05-01 01:59:08 +00:00
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.