- Home
-
Obfuscation
-
Brainfuck Interpreter
Brainfuck Interpreter
Run, debug, and visualize esoteric code execution.
Drop Code File
Steps: 0
Examples
Hello World
Classic Hello World program.
Load Code
Echo Input
Reads input and prints it back until EOF.
Load Code
Simple Addition
Adds two input bytes together.
Load Code
Commands
>
Increment pointer
<
Decrement pointer
+
Increment byte
-
Decrement byte
.
Output byte
,
Input byte
[ ]
Loop while non-zero