Emulator library for the 65816 CPU
Go to file
2018-12-16 18:24:04 +01:00
docs Initial commit 2018-03-04 18:58:51 +01:00
include add method to set Registers and retrieve PC 2018-12-16 18:24:04 +01:00
src add method to set Registers and retrieve PC 2018-12-16 18:24:04 +01:00
.gitignore Initial commit 2018-03-04 18:58:51 +01:00
CMakeLists.txt Merge branch 'master' of github.com:FrancescoRigoni/Lib65816 2018-03-04 21:32:00 +01:00
license.txt Initial commit 2018-03-04 18:58:51 +01:00
README.md Update README.md 2018-11-18 11:01:45 +01:00

Lib65816

Emulator library for the 65816 CPU.
See https://codebutchery.wordpress.com/65816-cpu-emulator/

Disclaimer: I didn't test this enough to claim that it works well, you are free to use it but you might have to do some bugfixing :)