Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 141 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 141 Bytes

bfasm

compiles brainf*** code to x86-64 machine code

usage

nasm -f elf64 asm.s && ld asm.o
./a.out # reads code from test.bf