Files
brainfuck-on-asm/README.md
2025-06-21 16:34:17 +03:00

10 lines
207 B
Markdown

# brainfuck-on-asm
My own brainfuck interpreter written in pure assembly and agony.
# Compile
You will need GAS(or as)! Just run ``compile.sh`` then voila!
# Running
``./bf-cat path/to/brainfuck-script``