Skip to content

hizkifw/bfasm.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bfasm.py

Naive Brainfuck to Linux x86 ASM compiler. Requires nasm.

Try it out:

$ python bfasm.py ./examples/hello.bf hello
$ ./hello
Hello, world!
$ python bfasm.py ./examples/rot13.bf rot13
$ ./hello | ./rot13
Uryyb Jbeyq!
$ ./hello | ./rot13 | ./rot13
Hello, world!

About

Compile Brainfuck to Linux x86 ASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages