Skip to content

nimrag-b/bfasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

a brainf*ck to x86 compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published