Skip to content

qcoh/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck

A small brainfuck compiler targeting x86_64 Linux.

The main purpose of this is to learn some assembly. Comments and criticism very welcome!

Usage

./brainfuck program.bf
nasm -felf64 out.s && ld out.o
./a.out

About

A small brainfuck compiler targeting x86_64 Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published