A very simple brainfuck interpreter written in flat assembly language.
To compile this code, simply run
fasm main.asm
And to execute run
./main {filename}
-
+-><
commands -
[]
commands -
.
command -
,
command - reading source code from file
- allocating memory dynamically