Basic Computer Emulator
- The one described in the Computer System Architecture book by M. Morris Mano
- The breadboard computer built by Ben Eater
make
make test # optional
As a web application, this program can be run directly on the browser without installing. But it can be installed as a PWA.
For command-line interface and desktop shortcut, Linux users can install with make install
.
Check bce --help
GPL-3