brainf-fasm-compiler brainfuck to fasm compiler usage: $ gcc main.c -o main $ ./main input.bf > output.fasm $ fasm output.fasm $ ./output