Download pre-compiled Executable (Windows or Linux)
- Navigate to Releases
- Download appropriate Executable (labeled <OS>_C_<Architecture>_BPU_VM)
Compile from Source (Any platform)
- Download Source
- From Release
- From Branch
- Download a C compiler (If you don't already have it)
- Compile with
<compiler> C/CPU.c -O3 -s -o <output>
You can open a BPUX file in the BPU VM by passing that file as an argument
- Drop file on executable
- Open file with BranchPU-VM
- Command-line
[BranchPU-VM filepath] [BPUX file]