update the README

This commit is contained in:
Preston Skupinski 2011-08-30 11:08:17 -04:00
parent 90cf744589
commit 3c77ef7dfa
1 changed files with 3 additions and 1 deletions

4
README
View File

@ -1,3 +1,5 @@
This project's goal is to fully emulate the 65816 microprocessor in JavaScript. It would be awesome if at some point it could emulate an entire system such as the SNES, but that is something to consider later on.
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.