Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 625 Bytes

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.