More actions
m (Text replacement - "Category:Other GBA applications" to "") |
m (Text replacement - "Category:GBA homebrew applications" to "") |
||
Line 57: | Line 57: | ||
* GitHub - https://github.com/zoelilylain/gbafuck | * GitHub - https://github.com/zoelilylain/gbafuck | ||
* GBAtemp - https://gbatemp.net/threads/gbaf-k-a-gba-brainf-interpreter.612033/ | * GBAtemp - https://gbatemp.net/threads/gbaf-k-a-gba-brainf-interpreter.612033/ | ||
Latest revision as of 09:32, 10 Mayıs 2024
gbaf**k | |
---|---|
General | |
Author | Zoe Lain |
Type | Other Apps |
Version | 1.2 |
License | GPL-3.0 |
Last Updated | 2022/05/10 |
Links | |
Download | |
Website | |
Source | |
A WIP Brainfuck Interpreter for Game Boy Advance using DevKitPro.
There are 100 memory cells available at the moment. A couple commands are missing.
Controls
A - Adds
B - Subtracts
Select - Clears
L/R - Navigate Cells
Start - Shows the current cell's value
Compatibility
Tested on:
MGBA
EZFlash Omega DE
Changelog
V1.2
- Added initial code for dpad program macros.
- Added start command: show current cell value.
V1.1
- Added 99 more memory cells.
- Switch between cells with L and R.
Initial
- No longer limited to one cell, 100 are available.
Credits
The DevKitPro team, for providing example code and, the devkit.