Linux
Debian-Based Installation
There is a video tutorial available.
Install Python 3.8.3 using apt - “sudo apt install python3.8”
Install PIP 3 using apt - “sudo apt install python3-pip”
Download the emulator - Download
Extract the .zip file
Open the folder which was extracted, right click, and select “Open in Terminal”
Run “./CPU_Emulator”
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.
If after several minutes the emulator does not appear, close the emulator and follow this guide
The main emulator window should appear after loading has finished
Red-Hat/Fedora Installation
There is a video tutorial available.
Verify you have Python 3.8 by running “python3” and looking at the version number
Run exit() to quit python
If you do not have Python 3, install it and ensure that python3 is accessible from $PATH
Download the emulator - Download
Extract the .zip file
Open the folder which was extracted, right click, and select “Open in Terminal”
Run “./CPU_Emulator”
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.
If after several minutes the emulator does not appear, close the emulator and follow this guide
The main emulator window should appear after loading has finished
Last updated
Was this helpful?