gba-cell 0.0.1

A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values.
Documentation
1
2
3
4
5
6
# `gba-cell`


Provides a global "cell" type for use in homebrew software for the Nintendo Gameboy Advance.

This allows for safely communicating between IRQ and non-IRQ code through the use of small wrapped global variables.