Brainfuck for PSP: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP Homebrews |title=Brainfuck for PSP |image=brainfuckpsp.png |description=PSP interpreter for Brainfuck. |author=アステル |lastupdated=2011/09/26 |type=Other |format= |version=Beta |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/brainfuck.zip |website=http://psptoho.seesaa.net/article/227701976.html |source= }} [https://en.wikipedia.org/wiki/Brainfuck Brainfuck] interpreter for the PSP. Here's an example "hello, world!" program: <pre style..." |
No edit summary |
||
| Line 3: | Line 3: | ||
|image=brainfuckpsp.png | |image=brainfuckpsp.png | ||
|description=PSP interpreter for Brainfuck. | |description=PSP interpreter for Brainfuck. | ||
|author=アステル | |author=アステル (asuteru72) | ||
|lastupdated=2011/09/26 | |lastupdated=2011/09/26 | ||
|type=Other | |type=Other | ||
Latest revision as of 07:57, 2 February 2025
| Brainfuck for PSP | |
|---|---|
| General | |
| Author | アステル (asuteru72) |
| Type | Other |
| Version | Beta |
| License | Mixed |
| Last Updated | 2011/09/26 |
| Links | |
| Download | |
| Website | |
Brainfuck interpreter for the PSP.
Here's an example "hello, world!" program:
+++++++++[>++++++++>+++++++++++>+++++<<<-]>.>++.+++++++..+++.>-.------------.<++++++++.--------.+++.------.--------.>+.
Note: There are no safety measures in place if you mess something up. Run it at your own risk.
Controls
Up/Down - Change current character
Left/Right - Previous/Next character
Start - Execute
Select - Quit
Screenshots
External links
- Author's website - http://psptoho.seesaa.net/article/227701976.html