# brainfuck-on-asm My own brainfuck interpreter written in pure assembly and agony. # Compile You will need GAS(or as)! Just run ``compile.sh`` then voila! # Running ``./bf-cat path/to/brainfuck-script``