Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 624 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 624 Bytes

Build Status

Brainfuck-Interpreter

About

Simple Brainfuck interpreter with GUI. There are 29999 bytes next to start data pointer and 30000 bytes previous to data pointer (60000 bytes of data).

Instruction

  1. Insert Brainfuck code into Code Editor field.
  2. Insert input arguments into Arguments field. Each argument must be one byte long.
  3. Press Run>Run or Ctrl+F11.
  4. Result apears in Result field.