mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
No description
.cargo | ||
.github/workflows | ||
examples | ||
src | ||
.dockerignore | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
crt0.s | ||
Dockerfile | ||
gba.ld | ||
interrupt_simple.s | ||
README.md | ||
start-dev.sh |
Rust for the Gameboy Advance
This is my in development library for rust on the gameboy advance. It uses information from GbaTek, Tonc, and the existing rust-console/gba.
Note that this currently contains no documentation of any kind, unless you count examples as documentation.
Requirements
- Nightly rust, probably quite a recent version.
- arm eabi binutils
- Debian and derivatives: binutils-arm-none-eabi
- Alpine: binutils-arm-none-eabi
- Arch Linux and derivatives: arm-none-eabi-binutils
Stability
0% stable, I have no problems making drastic changes in the API in order to make something nice to work with.