Linux

Debian-Based Installation

There is a video tutorial available.

  1. Install Python 3.8.3 using apt - “sudo apt install python3.8”

  2. Install PIP 3 using apt - “sudo apt install python3-pip”

  3. Download the emulator - Download

  4. Extract the .zip file

  5. Open the folder which was extracted, right click, and select “Open in Terminal”

  6. Run “./CPU_Emulator”

    1. The blue loading screen will pop up indicating the program has started. On first run loading may take several minutes as the emulator installs different Python and NodeJS dependencies.

    2. If after several minutes the emulator does not appear, close the emulator and follow this guide

  7. The main emulator window should appear after loading has finished

Red-Hat/Fedora Installation

There is a video tutorial available.

  1. Verify you have Python 3.8 by running “python3” and looking at the version number

    1. Run exit() to quit python

    2. If you do not have Python 3, install it and ensure that python3 is accessible from $PATH

  2. Download the emulator - Download

  3. Extract the .zip file

  4. Open the folder which was extracted, right click, and select “Open in Terminal”

  5. Run “./CPU_Emulator”

  6. The blue loading screen will pop up indicating the program has started. On first run loading may take several minutes as the emulator installs different Python and NodeJS dependencies.

  7. If after several minutes the emulator does not appear, close the emulator and follow this guide

  8. The main emulator window should appear after loading has finished

Last updated

Was this helpful?