More actions
(Created page with "{{#seo: |title= (Other Apps) - GameBrew |title_mode=append |image=gbafuck2.png |image_alt=gbaf**k }} {{Infobox GBA Homebrews |title=gbaf**k |image=gbafuck2.png |description=WI...") |
No edit summary |
||
Line 10: | Line 10: | ||
|description=WIP Brainf**k Interpreter for Game Boy Advance using DevKitPro. | |description=WIP Brainf**k Interpreter for Game Boy Advance using DevKitPro. | ||
|author=Zoe Lain | |author=Zoe Lain | ||
|lastupdated=2022/05/ | |lastupdated=2022/05/10 | ||
|type=Other Apps | |type=Other Apps | ||
|version=1.2 | |version=1.2 |
Revision as of 13:22, 25 Ocak 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.