Skip to content

skeeto/brainfuck-fart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fart

True brainfuck assembler that generates binary from source for DOS.

FART IN ACTION

Informations

  • Can handle maximum 2048 loop. (you can modify it from source.)
  • Only has 4096 cell. (you can modify it from source.)
  • Only supports little-endian.

Compiling

Go to src/fart and run build.bat or build.sh depend on your OS.

Usage

  • fart [input] [output]
  • fart e.bf EULER.COM

Special Thanks

  • Thanks Gülce for helping me while debugging ❤️

License

Fart is licensed under the 3-Clause BSD License.

About

True brainfuck assembler for DOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages