Bfi

From WiiBrew
Jump to navigation Jump to search
bfi
Bfi.png
General
Author(s)anarkavre
TypeDemo
Version0.0.1
LicenceGPL
Links
Download
Source
Peripherals
USB Keyboard Wiimote1.svg

Brainfuck interpreter for the Wii based on Urban Müller's original.

Usage

Command Description
> Increment the pointer.
< Decrement the pointer.
+ Increment the byte at the pointer.
- Decrement the byte at the pointer.
. Output the byte at the pointer.
, Input a byte and store it in the byte at the pointer.
[ Jump forward past the matching ] if the byte at the pointer is zero.
] Jump backward to the matching [ unless the byte at the pointer is zero.
USB Keyboard Wiimote.svg Action
Escape Wiimote HOME Button Exit