Emulator for Intel 8086 processor
This emulator is project for my upcoming Bachelor's thesis
Ubuntu 20.04
sudo apt install g++ cmake ninja
Either use ./build.sh
script or
mkdir build
cd build/
cmake .. -G Ninja #or your favorite build system
#actually build
ninja
#and run
ninja run