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

https://github.com/aphistic/gabba

A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)
https://github.com/aphistic/gabba

Last synced: 6 days ago
JSON representation

A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)

Awesome Lists containing this project

README

          

# gabba
A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)

## Documentation
* [GBATEK](http://problemkaputt.de/gbatek.htm)
* [mGBA Blog](https://mgba.io/)
* [CowBite](https://www.cs.rit.edu/~tjh8300/CowBite/CowBiteSpec.htm)
* [ARM Arch Reference Manual](https://www.scss.tcd.ie/~waldroj/3d1/arm_arm.pdf)
* [ARM Immediate Mode Encoding](https://alisdair.mcdiarmid.org/arm-immediate-value-encoding/)