Simulator for 8051 based microcontroller assembly
Make build.sh executable and execute it
chmod +x build.sh
sh ./build.sh
This will generate dynamic link library that will be consumed by C++ for Qt.
Make sure Qt is intalled in the system.
Run cmake as :
cmake -DCMAKE_PREFIX_PATH=<path_to_cmake_of_your_installed_qt> CMakeLists.txt
For example, in my sytem, cmake was run as
cmake -DCMAKE_PREFIX_PATH=~/Qt/6.3.0/gcc_64/lib/cmake CMakeLists.txt
make
Execute
./8051Sim