Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 245 Bytes

bf2aarch64

Just another useless BF compiler. This one targets ARMv8 64-bit (AArch64).

Has been tested on Raspberry Pi 4 with Linux (elf64-littleaarch64).

Usage

make run
# or
make
./hello

It should output Hello World.