True brainfuck assembler that generates binary from source for DOS.
(assembled brainfuck runs on DOSBox)
- Written in C99.
- Can handle maximum 4096 loop. (you can modify it from source.)
- Only has 4096 cell. (you can modify it from source.)
- Designed for 8086.
You can download pre-built fart binaries from github releases.
Copy and paste following command to your terminal and it will compile from source and add output binary to /usr/bin folder.
curl -fsSL https://raw.githubusercontent.com/cart96/fart/main/install.sh | sh
Go to src/fart/scripts
and run build.bat
or build.sh
depend on your OS.
<...>
= Required[...]
= Optional
You can use fart like fart <input file> [output file]
this in command-line. If you don't pass output file, it will write output to A.COM
.
fart e.bf euler.com
fart hello.b
Fart is licensed under the 3-Clause BSD License.