Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nakardo/gb-opcodes

generates a stream of gameboy opcodes in JSON format
https://github.com/nakardo/gb-opcodes

Last synced: about 1 month ago
JSON representation

generates a stream of gameboy opcodes in JSON format

Awesome Lists containing this project

README

        

# gb-opcodes

This module borrows some bits from NewbiZ implementation in python which can be found [here](https://github.com/NewbiZ/gbemu/blob/master/scripts/retrieve_opcodes.py).

## Usage

`$ npm run gb-opcodes`

Program output is also available on the [opcodes.json](https://github.com/dmacosta/gb-opcodes/blob/master/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