bfc-rs 1.1.0

A Brainfuck compiler for x86-64 Linux implemented in Rust.
Documentation
1
2
3
4
5
6
section .data
memory times 30000 db 0
section .text
global _start
_start:
mov rsi,memory