Clone this repo to try Mano's basic computer simulator!
Before you build and run, you'll need to install the prerequisites for your platform.
To clone the repo and build, run the following:
git clone https://github.com/arminatarod/Mano-Basic-Computer-Simulator
cd Mano-Basic-Computer-Simulator
cmake -B build
cmake --build build --config Release --clean-first
Navigate to Mano-Basic-Computer-Simulator/build
and run MyApp
to launch the program.
Navigate to Mano-Basic-Computer-Simulator/build/Release
and run MyApp
to launch the program.
The documentation of the program can be read in "A Simulator for Mano's Basic Computer.pdf"