Skip to content

Naheel-Azawy/bce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCE

Basic Computer Emulator

Architectures

  • The one described in the Computer System Architecture book by M. Morris Mano
  • The breadboard computer built by Ben Eater

Build

make
make test # optional

Install

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.

Command-line usage

Check bce --help

License

GPL-3