Converts brainfuck code to FASM x86 assembly for Windows
Usage:
Download FASM from https://flatassembler.net/ and place the folder into the project folder, then rename it to 'fasm'
Compile bfasm.c with your favourite C compiler, and make sure the generated bfasm.exe file is in the same folder as assemble.bat and the fasm directory.
Run via command line: '.\bfasm.exe [your brainfuck file here]'
thats all!