Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.36 KB

BELLE - The complete program utility set for the Big Endian, Low Level Emulator

Linux Build Deploy Astro site to Pages Demo

All documentation is available on the website for this project

Quickstart

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 and the BELLE utilities in action:

asciicast

Naming

BELLE is the emulator, whilst BELLE-ISA/ISABELLE is the instruction set.