Emulador de processador uRISC.
This section assumes Ubuntu 16.04 (also tested on Ubuntu 22.04), but the procedure is similar for other Linux distributions. The prerequisites to build the source is to install the following packages:
sudo apt -y install build-essential cmake
To build the project, use:
mkdir build
cd build
cmake ..
cmake --build .