Add README
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Jitfuck
|
||||||
|
|
||||||
|
A (very limited) JIT compiler for
|
||||||
|
[brainfuck](https://en.wikipedia.org/wiki/Brainfuck), written in
|
||||||
|
x86_64 assembly.
|
||||||
|
|
||||||
|
To build (with [fasm](https://flatassembler.net/)):
|
||||||
|
|
||||||
|
```
|
||||||
|
fasm jitfuck.asm
|
||||||
|
```
|
||||||
|
|
||||||
|
It reads code from `stdin`:
|
||||||
|
|
||||||
|
```
|
||||||
|
./jitfuck < hello.bf
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user