10 lines
207 B
Markdown
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``
|