Files
jitfuck/README.md
2026-03-12 18:49:29 +00:00

265 B

Jitfuck

A (very limited) JIT compiler for brainfuck, written in x86_64 assembly.

To build (with fasm):

fasm jitfuck.asm

It reads code from stdin:

./jitfuck < hello.bf