generates a stream of gameboy opcodes in JSON format
npm install gb-opcodesThis module borrows some bits from NewbiZ implementation in python which can be found here.
$ npm run gb-opcodes
Program output is also available on the opcodes.json
file included on this repo.
- 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