gb-opcodes
v6.0.1
Published
generates a stream of gameboy opcodes in JSON format
Downloads
5
Maintainers
Readme
gb-opcodes
This module borrows some bits from NewbiZ implementation in python which can be found here.
Usage
$ npm run gb-opcodes
Program output is also available on the opcodes.json file included on this repo.
References
- http://stackoverflow.com/questions/5430545/gameboy-color-emulator-opcodes-automation
- http://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html
- https://github.com/NewbiZ/gbemu/tree/master/scripts
- https://github.com/Prehistoricman/GBEmulatorStuff