All documentation is available on the website for this project
Cargo, RustC, GCC, and Makefile compatibility must be present on the system if these programs are to be installed.
Every executable in this repository can have the --help
flag passed to display helpful information.
git clone https://github.com/BlueGummi/belle && cd belle && ./build.sh && ./install.sh
Or, for Windows
git clone https://github.com/BlueGummi/belle && cd belle && .\build.ps1 && .\install.ps1
The binaries can be run by calling basm
, belle
, or bdump
.
BELLE is the emulator, whilst BELLE-ISA/ISABELLE is the instruction set.